X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Famcore.h;h=acae6914e598410b1c8210bd625c95646ddef585;hb=5b8e76c35ec312a3f73126bd1a2d2c0965b98a9f;hp=fcb82e286c32d7485338bbd7073b28a4b86806c6;hpb=37cc64460081df4b824e4fc13526c53ea3846f87;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/amcore.h b/include/configs/amcore.h index fcb82e2..acae691 100644 --- a/include/configs/amcore.h +++ b/include/configs/amcore.h @@ -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 */