summaryrefslogtreecommitdiffstats
path: root/include/configs/Sandpoint8240.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-11-23 23:17:18 +0100
committerWolfgang Denk <wd@denx.de>2010-11-26 22:08:18 +0100
commit57d6c589f5045559617d48b7f6eb4658f4fa7bad (patch)
tree39a947975be061a40f73964baed4f3aeb687de11 /include/configs/Sandpoint8240.h
parent739192b4252352235b499388ba9974b695b0a9b1 (diff)
downloadblackbird-obmc-uboot-57d6c589f5045559617d48b7f6eb4658f4fa7bad.tar.gz
blackbird-obmc-uboot-57d6c589f5045559617d48b7f6eb4658f4fa7bad.zip
WINBOND_83C553: enable only on boards that actually use it.
So far, only the BAB7xx board would call the initialise_w83c553f() function for the WINBOND 83C553 chip, even though some other boards (HIDDEN_DRAGON, Sandpoint8240, Sandpoint8245) enabled it in their board configuration. These boards were also missing other config settings needed for that, which resulted in build errors like this: drivers/pci/libpci.o:(.got2+0x84): undefined reference to `ide_bus_offset' Switch arch/powerpc/lib/board.c to call initialise_w83c553f() not on a per-board base, but when a WINBOND_83C553 in enabled in a configuration (like BAB7xx), and disable it in the boards that had this set so far. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Yusdi Santoso <yusdi_santoso@adaptec.com> Cc: Jim Thompson <jim@musenki.com> Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/Sandpoint8240.h')
-rw-r--r--include/configs/Sandpoint8240.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/Sandpoint8240.h b/include/configs/Sandpoint8240.h
index f98414160d..74c9ed10c8 100644
--- a/include/configs/Sandpoint8240.h
+++ b/include/configs/Sandpoint8240.h
@@ -234,7 +234,7 @@
*/
-#define CONFIG_WINBOND_83C553 1 /*has a winbond bridge */
+/* #define CONFIG_WINBOND_83C553 1 / *has a winbond bridge */
#define CONFIG_SYS_USE_WINBOND_IDE 0 /*use winbond 83c553 internal IDE ctrlr */
#define CONFIG_SYS_WINBOND_ISA_CFG_ADDR 0x80005800 /*pci-isa bridge config addr */
#define CONFIG_SYS_WINBOND_IDE_CFG_ADDR 0x80005900 /*ide config addr */
OpenPOWER on IntegriCloud