X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fait%2Fcam_enc_4xx%2Fconfig.mk;h=2022151309bb81c9d6354b39e6d472a6a87be7da;hb=1733259d25015c28c47990ec11af99b3f62f811c;hp=744b927f1e2effdad6d8e6d61415c0f5b787ca13;hpb=24efef90c4c9ddc65ae3bd982b09b99b2d0cd4e0;p=u-boot diff --git a/board/ait/cam_enc_4xx/config.mk b/board/ait/cam_enc_4xx/config.mk index 744b927f1e..2022151309 100644 --- a/board/ait/cam_enc_4xx/config.mk +++ b/board/ait/cam_enc_4xx/config.mk @@ -7,11 +7,9 @@ # (mem base + reserved) # -#Provide at least 16MB spacing between us and the Linux Kernel image -PAD_TO := 12320 -UBL_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/ublimage.cfg +UBL_CONFIG = $(srctree)/board/$(BOARDDIR)/ublimage.cfg ifndef CONFIG_SPL_BUILD -ALL-y += $(obj)u-boot.ubl +ALL-y += u-boot.ubl else # as SPL_TEXT_BASE is not page-aligned, we need for some # linkers the -n flag (Do not page align data), to prevent