]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
spl: Change PAD_TO to CONFIG_SPL_PAD_TO
authorScott Wood <scottwood@freescale.com>
Thu, 6 Dec 2012 13:33:16 +0000 (13:33 +0000)
committerKim Phillips <kim.phillips@freescale.com>
Wed, 19 Dec 2012 23:45:36 +0000 (17:45 -0600)
commit74752baa738ee9dafe69d726910e26da56f6f722
tree4c50cbe789d890c198100585a0f82956df182f52
parentebbf0d20aa85f623c49b7ed3349ebfea450c152d
spl: Change PAD_TO to CONFIG_SPL_PAD_TO

This was already used by some SPL targets, and allows the pad amount to
be specified by board config headers rather than only in makefile
fragments.

Also supply a pad-to of zero if the variable is undefined.  It works
without this, but this avoids relying on undocumented behavior.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Makefile
README
board/ait/cam_enc_4xx/config.mk