summaryrefslogtreecommitdiffstats
path: root/include/configs/ac14xx.h
diff options
context:
space:
mode:
authorGerhard Sittig <gsi@denx.de>2013-06-05 14:51:09 +0200
committerWolfgang Denk <wd@denx.de>2013-06-24 22:27:06 +0200
commit81b0fb04101da1bf1e399bbf56c86d0ad3a2fe3d (patch)
tree59872f7b934574c3bf2f3ee352b0013928b9dee0 /include/configs/ac14xx.h
parent14d4c5f39ed24df2fba6e60d1e1c89f66d419345 (diff)
downloadtalos-obmc-uboot-81b0fb04101da1bf1e399bbf56c86d0ad3a2fe3d.tar.gz
talos-obmc-uboot-81b0fb04101da1bf1e399bbf56c86d0ad3a2fe3d.zip
ac14xx: remove obsolete board config items
- use the default baudrate table for serial communication - remove hostname/boofile/rootpath defines which were not referenced elsewhere Signed-off-by: Gerhard Sittig <gsi@denx.de>
Diffstat (limited to 'include/configs/ac14xx.h')
-rw-r--r--include/configs/ac14xx.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h
index 5dbcba2b3d..e06e9ea24b 100644
--- a/include/configs/ac14xx.h
+++ b/include/configs/ac14xx.h
@@ -330,8 +330,6 @@
#endif
#define CONFIG_BAUDRATE 115200 /* ... at 115200 bps */
-#define CONFIG_SYS_BAUDRATE_TABLE \
- {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 115200}
#define CONSOLE_FIFO_TX_SIZE FIFOC_PSC3_TX_SIZE
#define CONSOLE_FIFO_TX_ADDR FIFOC_PSC3_TX_ADDR
@@ -496,10 +494,6 @@
#define CONFIG_ENV_OVERWRITE
#define CONFIG_TIMESTAMP
-#define CONFIG_HOSTNAME ac14xx
-#define CONFIG_BOOTFILE "ac14xx/uImage"
-#define CONFIG_ROOTPATH "/opt/eldk/ppc_6xx"
-
/* default load addr for tftp and bootm */
#define CONFIG_LOADADDR 400000
OpenPOWER on IntegriCloud