X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fplatinum.h;h=e5baae01703632549b543de71e756aed2e8745b8;hb=d56b4b19744c314c26dc77585a7c7a9253d1487d;hp=e34cf3dfe6321e46db5c2e837b62372ce400bfaf;hpb=b58d3512442357cb023bce69f55c08b9fd21beaa;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/platinum.h b/include/configs/platinum.h index e34cf3d..e5baae0 100644 --- a/include/configs/platinum.h +++ b/include/configs/platinum.h @@ -19,12 +19,8 @@ * Console configuration */ -#define CONFIG_CMD_BMODE -#define CONFIG_CMD_MTDPARTS #define CONFIG_CMD_NAND #define CONFIG_CMD_NAND_TRIMFFS -#define CONFIG_CMD_UBI -#define CONFIG_CMD_UBIFS /* * Hardware configuration @@ -54,8 +50,6 @@ #define CONFIG_PHYLIB /* USB config */ -#define CONFIG_USB_EHCI -#define CONFIG_USB_EHCI_MX6 #define CONFIG_MXC_USB_PORT 1 #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 @@ -118,7 +112,6 @@ */ /* Board startup config */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM @@ -135,10 +128,8 @@ sizeof(CONFIG_SYS_PROMPT) + 16) /* MTD/UBI/UBIFS config */ -#define CONFIG_LZO #define CONFIG_MTD_DEVICE #define CONFIG_MTD_PARTITIONS -#define CONFIG_RBTREE #if (CONFIG_SYS_NAND_MAX_CHIPS == 1) #define MTDIDS_DEFAULT "nand0=gpmi-nand"