X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fm53evk.h;h=3210c7fb66fed28289f785ca0235a1c8295a3336;hb=07dea2e737f78ee70e81c27d976811f0e9fdbad8;hp=6899eac7a4725bc31aef52a629872c518871b1d0;hpb=75670c81e48d4cdab791ab040f00062f2a997d78;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index 6899eac..3210c7f 100644 --- a/include/configs/m53evk.h +++ b/include/configs/m53evk.h @@ -40,26 +40,21 @@ /* * U-Boot general configurations */ -#define CONFIG_SYS_LONGHELP #define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */ #define CONFIG_SYS_MAXARGS 32 /* Max number of command args */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot argument buffer size */ -#define CONFIG_AUTO_COMPLETE /* Command auto complete */ -#define CONFIG_CMDLINE_EDITING /* Command history etc */ /* * Serial Driver */ #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE -#define CONFIG_CONS_INDEX 1 /* * MMC Driver */ #ifdef CONFIG_CMD_MMC -#define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 1 #endif