X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fastro_mcf5373l.h;h=8899579faa766d89fa76cb0c00ed30ed997bfc79;hb=c9032ce168c1344fe8ffe8604825ec343ec14adf;hp=1c3a1c978c13f445ce025d28ff207f15753574eb;hpb=0741701acf00749672f75f4c196dabd8b235f741;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h index 1c3a1c9..8899579 100644 --- a/include/configs/astro_mcf5373l.h +++ b/include/configs/astro_mcf5373l.h @@ -57,12 +57,8 @@ #define ENABLE_JFFS 1 #endif -/* Define which commmands should be available at u-boot command prompt */ +/* Define which commands should be available at u-boot command prompt */ -#define CONFIG_CMD_CACHE -#define CONFIG_CMD_DATE -#define CONFIG_CMD_ELF -#define CONFIG_CMD_I2C #if ENABLE_JFFS #define CONFIG_CMD_JFFS2 #endif @@ -70,8 +66,6 @@ #define CONFIG_CMD_FPGA_LOADMK #define CONFIG_CMDLINE_EDITING -#define CONFIG_SYS_HUSH_PARSER - #define CONFIG_MCFRTC #undef RTC_DEBUG @@ -108,8 +102,6 @@ * in u-boot command interface */ -#define CONFIG_BAUDRATE 115200 - #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (2) #define CONFIG_SYS_UART2_ALT3_GPIO @@ -154,19 +146,6 @@ /* AUTOBOOT settings - booting images automatically by u-boot after power on */ /* - * used for autoboot, delay in seconds u-boot will wait before starting - * defined (auto-)boot command, setting to -1 disables delay, setting to - * 0 will too prevent access to u-boot command interface: u-boot then has - * to be reflashed - * beware - watchdog is not serviced during autoboot delay time! - */ -#ifdef CONFIG_MONITOR_IS_IN_RAM -#define CONFIG_BOOTDELAY 1 -#else -#define CONFIG_BOOTDELAY 1 -#endif - -/* * The following settings will be contained in the environment block ; if you * want to use a neutral environment all those settings can be manually set in * u-boot: 'set' command