diff options
author | Tom Rini <trini@ti.com> | 2013-01-29 15:36:23 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-01-29 15:36:23 -0500 |
commit | 06b02c58d297d09bb5de6725baa6d8fcc88dd156 (patch) | |
tree | b36f04c38c2d3cb7f1e9365fed246cefca76a9db /board/ait/cam_enc_4xx/config.mk | |
parent | 54b08efcf2f4ff532ce99c53f341a59c193331a5 (diff) | |
parent | a6187dccd813920524987792e49ef2feffb213e6 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
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 |