X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fimx27lite-common.h;h=e2b6fca5431b9091bb2db95be16cbf76a89b7462;hb=8f1a80e99e4a838d1540cdb1d59ccc7785fe4618;hp=0936344c601e5d8d4b7e3ae87da6abf7bca41ba9;hpb=5b30997fd26f0e13837e9ba3cd289a037b8353bd;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index 0936344..e2b6fca 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -85,12 +85,10 @@ #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE #define CONFIG_CONS_INDEX 1 /* use UART0 for console */ -#define CONFIG_BAUDRATE 115200 /* Default baud rate */ /* * Flash & Environment */ -#define CONFIG_ENV_IS_IN_FLASH #define CONFIG_FLASH_CFI_DRIVER #define CONFIG_SYS_FLASH_CFI /* Use buffered writes (~10x faster) */ @@ -135,22 +133,11 @@ #define CONFIG_MXC_NAND_HWECC /* - * SD/MMC - */ -#define CONFIG_GENERIC_MMC -#define CONFIG_DOS_PARTITION - -/* * GPIO */ #define CONFIG_MXC_GPIO /* - * MTD partitions - */ -#define CONFIG_CMD_MTDPARTS - -/* * U-Boot general configuration */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ @@ -163,14 +150,6 @@ #define CONFIG_CMDLINE_EDITING #define CONFIG_SYS_LONGHELP -/* - * U-Boot commands - */ -#define CONFIG_CMD_DIAG -#define CONFIG_CMD_JFFS2 -#define CONFIG_CMD_NAND - - #define CONFIG_LOADADDR 0xa0800000 /* loadaddr env var */ #define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR