diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2013-01-16 18:34:09 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2013-01-16 18:34:09 -0600 |
commit | a6187dccd813920524987792e49ef2feffb213e6 (patch) | |
tree | 6825884dd47867575aa29cd35f1cb248a91c313e /board/ait/cam_enc_4xx/config.mk | |
parent | 3a9d879f6f64585b819af728b53be0a05037fe0d (diff) | |
parent | 22f4442d12a3833e29b6580f6cf9bc0e55340504 (diff) |
Merge remote-tracking branch 'mpc83xx/next'
Diffstat (limited to 'board/ait/cam_enc_4xx/config.mk')
-rw-r--r-- | board/ait/cam_enc_4xx/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ait/cam_enc_4xx/config.mk b/board/ait/cam_enc_4xx/config.mk index 744b927f1e..c280029a36 100644 --- a/board/ait/cam_enc_4xx/config.mk +++ b/board/ait/cam_enc_4xx/config.mk @@ -8,7 +8,7 @@ # #Provide at least 16MB spacing between us and the Linux Kernel image -PAD_TO := 12320 +CONFIG_SPL_PAD_TO := 12320 UBL_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/ublimage.cfg ifndef CONFIG_SPL_BUILD ALL-y += $(obj)u-boot.ubl |