]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/pcs440ep/config.mk
Merge branch 'master' of git://git.denx.de/u-boot-sparc
[karo-tx-uboot.git] / board / pcs440ep / config.mk
index 319c4fa214a491a37b7d49c860f5bf817d2492b8..23631c510b88b2eaa8db488f11737a7c2c2318ef 100644 (file)
 # PCS440EP board
 #
 
-#TEXT_BASE = 0x00001000
-
-ifeq ($(ramsym),1)
-TEXT_BASE = 0xFBD00000
-else
-TEXT_BASE = 0xFFFA0000
-endif
+# Check the U-Boot Image with a SHA1 checksum
+ALL += $(obj)u-boot.sha1
 
 PLATFORM_CPPFLAGS += -DCONFIG_440=1
 
@@ -40,5 +35,5 @@ PLATFORM_CPPFLAGS += -DDEBUG
 endif
 
 ifeq ($(dbcr),1)
-PLATFORM_CPPFLAGS += -DCFG_INIT_DBCR=0x8cff0000
+PLATFORM_CPPFLAGS += -DCONFIG_SYS_INIT_DBCR=0x8cff0000
 endif