]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ac14xx: remove obsolete board config items
authorGerhard Sittig <gsi@denx.de>
Wed, 5 Jun 2013 12:51:09 +0000 (14:51 +0200)
committerWolfgang Denk <wd@denx.de>
Mon, 24 Jun 2013 20:27:06 +0000 (22:27 +0200)
- 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>
include/configs/ac14xx.h

index 5dbcba2b3d46fc3423e809d1a5f73ed1d6eba62d..e06e9ea24b991af19595e918ccd8ecc91d71896e 100644 (file)
 #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
 #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