powerpc, 8xx: remove support for 8xx
[platform/kernel/u-boot.git] / include / configs / amcore.h
index fcb82e2..acae691 100644 (file)
@@ -15,7 +15,6 @@
 #define CONFIG_MCFTMR
 #define CONFIG_MCFUART
 #define CONFIG_SYS_UART_PORT           0
-#define CONFIG_BAUDRATE                        115200
 #define CONFIG_SYS_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
 
 #define CONFIG_BOOTCOMMAND             "bootm ffc20000"
@@ -31,9 +30,6 @@
                "erase 0xfff00000 0xffffffff; "                 \
                "cp.b 0x20000 0xfff00000 ${filesize}\0"
 
-#undef CONFIG_CMD_AES
-#define CONFIG_CMD_DIAG
-
 /* undef to save memory        */
 #undef CONFIG_SYS_LONGHELP
 
@@ -51,7 +47,6 @@
 /* Boot argument buffer size   */
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE
 
-#define CONFIG_SYS_CONSOLE_INFO_QUIET  1 /* no console @ startup       */
 #define CONFIG_AUTO_COMPLETE           1 /* add autocompletion support */
 #define CONFIG_MX_CYCLIC               1 /* enable mdc/mwc commands    */