]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sbc8548: Fix cfi flash bank declaration
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 17 Feb 2008 21:56:16 +0000 (22:56 +0100)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Wed, 27 Feb 2008 22:27:16 +0000 (16:27 -0600)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
include/configs/sbc8548.h

index 0a7a90497501dcf33e8c7d46cda7d7af5378b8fa..516203a5d81ecbd9d581c431bf7e33faad88f4f4 100644 (file)
 #define        CFG_OR0_PRELIM          0xff806e65
 #define        CFG_OR6_PRELIM          0xfc006e65
 
-#define CFG_FLASH_BANKS_LIST   {0xff800000, CFG_FLASH_BASE}
+#define CFG_FLASH_BANKS_LIST   {CFG_FLASH_BASE}
 #define CFG_MAX_FLASH_BANKS    1               /* number of banks */
 #define CFG_MAX_FLASH_SECT     128             /* sectors per device */
 #undef CFG_FLASH_CHECKSUM