X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fv38b.h;h=cc0007827d4de7903f9b93b2435bad92e0d905a5;hb=c9032ce168c1344fe8ffe8604825ec343ec14adf;hp=7d013232b64a008852c81d9df23c99b9d095bc24;hpb=2d8d190c8394b43c0989cdb04a50cb48d4e1f8da;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/v38b.h b/include/configs/v38b.h index 7d01323..cc00078 100644 --- a/include/configs/v38b.h +++ b/include/configs/v38b.h @@ -27,7 +27,6 @@ #define CONFIG_NETCONSOLE 1 #define CONFIG_BOARD_EARLY_INIT_R 1 /* do board-specific init */ -#define CONFIG_BOARD_EARLY_INIT_F 1 /* do board-specific init */ #define CONFIG_MISC_INIT_R #define CONFIG_SYS_XLB_PIPELINING 1 /* gives better performance */ @@ -38,7 +37,6 @@ * Serial console configuration */ #define CONFIG_PSC_CONSOLE 1 /* console is on PSC1 */ -#define CONFIG_BAUDRATE 115200 /* ... at 115200 bps */ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } /* @@ -58,12 +56,6 @@ */ /* - * Partitions - */ -#define CONFIG_MAC_PARTITION 1 -#define CONFIG_DOS_PARTITION 1 - -/* * USB */ #define CONFIG_USB_OHCI @@ -82,11 +74,9 @@ * Command line configuration. */ #define CONFIG_CMD_IDE -#define CONFIG_CMD_DIAG #define CONFIG_CMD_IRQ #define CONFIG_CMD_JFFS2 #define CONFIG_CMD_SDRAM -#define CONFIG_CMD_DATE #define CONFIG_TIMESTAMP /* Print image info with timestamp */