kbuild: rename SRCTREE to srctree
[oweals/u-boot.git] / board / ait / cam_enc_4xx / config.mk
index c280029a36fee47c35aaa02f559457b746c1956e..2022151309bb81c9d6354b39e6d472a6a87be7da 100644 (file)
@@ -7,11 +7,9 @@
 # (mem base + reserved)
 #
 
-#Provide at least 16MB spacing between us and the Linux Kernel image
-CONFIG_SPL_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