]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/pcs440ep/config.mk
Merge remote-tracking branch 'u-boot-ti/master'
[karo-tx-uboot.git] / board / pcs440ep / config.mk
index 0844e98e855cce39850a7d7ec7b694d3ae23a88e..f560ec639f265c7621503bf50f6c1f0a2d6de1fa 100644 (file)
 #
 
 # Check the U-Boot Image with a SHA1 checksum
-ALL += $(obj)u-boot.sha1
-
-#TEXT_BASE = 0x00001000
-
-ifeq ($(ramsym),1)
-TEXT_BASE = 0xFBD00000
-else
-TEXT_BASE = 0xFFFA0000
-endif
+ALL-y += $(obj)u-boot.sha1
 
 PLATFORM_CPPFLAGS += -DCONFIG_440=1