]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/pcs440ep/config.mk
cm_t35: use new low level interface for usb ehci
[karo-tx-uboot.git] / board / pcs440ep / config.mk
index c39271cb99bf5c43eef0289d3cd062a2d5ace68f..f560ec639f265c7621503bf50f6c1f0a2d6de1fa 100644 (file)
 # PCS440EP board
 #
 
-#TEXT_BASE = 0x00001000
-
-ifeq ($(ramsym),1)
-TEXT_BASE = 0xFBD00000
-else
-TEXT_BASE = 0xFFF80000
-endif
+# Check the U-Boot Image with a SHA1 checksum
+ALL-y += $(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