]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/samsung/smdk6400/config.mk
env: Add redundant env support to UBI env
[karo-tx-uboot.git] / nand_spl / board / samsung / smdk6400 / config.mk
index 4b162309175c731ff042934a156b5ae077923e8e..8bea49824c8f521403bb8391a37e0964c913752e 100644 (file)
 #
 # Samsung S3C64xx Reference Platform (smdk6400) board
 
-# TEXT_BASE for SPL:
+# CONFIG_SYS_TEXT_BASE for SPL:
 #
 # On S3C64xx platforms the SPL is located in SRAM at 0.
 #
-# TEXT_BASE = 0
+# CONFIG_SYS_TEXT_BASE = 0
 
 include $(TOPDIR)/board/$(BOARDDIR)/config.mk
 
 # PAD_TO used to generate a 4kByte binary needed for the combined image
-# -> PAD_TO = TEXT_BASE + 4096
-PAD_TO := $(shell expr $$[$(TEXT_BASE) + 4096])
+# -> PAD_TO = CONFIG_SYS_TEXT_BASE + 4096
+PAD_TO := $(shell expr $$[$(CONFIG_SYS_TEXT_BASE) + 4096])
 
 ifeq ($(debug),1)
 PLATFORM_CPPFLAGS += -DDEBUG