summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-02-17 22:56:16 +0100
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-02-27 16:27:16 -0600
commit495d162374c472f46454453553382ad0735dc725 (patch)
tree22791dd835836a4ae4416d6b11a23e3b93c813d1 /include
parentb29661fc1151077776454288051bc9a488351ce8 (diff)
downloadtalos-obmc-uboot-495d162374c472f46454453553382ad0735dc725.tar.gz
talos-obmc-uboot-495d162374c472f46454453553382ad0735dc725.zip
sbc8548: Fix cfi flash bank declaration
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sbc8548.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h
index 0a7a904975..516203a5d8 100644
--- a/include/configs/sbc8548.h
+++ b/include/configs/sbc8548.h
@@ -168,7 +168,7 @@
#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
OpenPOWER on IntegriCloud