X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2FM5373EVB.h;h=b85e0f088f343181af19d8d0f8729c719b7f04d9;hb=8f1a80e99e4a838d1540cdb1d59ccc7785fe4618;hp=8fb16bc294b5117052cee6d70dbaee5015448621;hpb=6beacfcff81bdc04c10a440971b0fb683ee57534;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/M5373EVB.h b/include/configs/M5373EVB.h index 8fb16bc..b85e0f0 100644 --- a/include/configs/M5373EVB.h +++ b/include/configs/M5373EVB.h @@ -21,19 +21,10 @@ #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) -#define CONFIG_BAUDRATE 115200 #undef CONFIG_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT 3360 /* timeout in ms, max is 3.36 sec */ -/* Command line configuration */ -#define CONFIG_CMD_DATE -#define CONFIG_CMD_REGINFO - -#ifdef CONFIG_NANDFLASH_SIZE -# define CONFIG_CMD_NAND -#endif - #define CONFIG_SYS_UNIFY_CACHE #define CONFIG_MCFFEC @@ -192,7 +183,6 @@ */ #define CONFIG_ENV_OFFSET 0x4000 #define CONFIG_ENV_SECT_SIZE 0x2000 -#define CONFIG_ENV_IS_IN_FLASH 1 #define LDS_BOARD_TEXT \ . = DEFINED(env_offset) ? env_offset : .; \