X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fedb93xx.h;h=a83c617d89f80e61d049f5b2f614e8a49130e606;hb=c27269953b94d19b3fc7a21a1c3e19985507b94d;hp=ce5097348bcae5954289268f76d50aeab2ca88a0;hpb=78d1e1d0a157c8b48ea19be6170b992745d30f38;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h index ce50973..a83c617 100644 --- a/include/configs/edb93xx.h +++ b/include/configs/edb93xx.h @@ -25,17 +25,13 @@ #error "no board defined" #endif - /* Initial environment and monitor configuration options. */ -#define CONFIG_BOOTDELAY 2 #define CONFIG_CMDLINE_TAG 1 #define CONFIG_INITRD_TAG 1 #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_BOOTARGS "root=/dev/nfs console=ttyAM0,115200 ip=dhcp" #define CONFIG_BOOTFILE "edb93xx.img" - - #define CONFIG_SYS_LDSCRIPT "board/cirrus/edb93xx/u-boot.lds" #ifdef CONFIG_EDB9301 @@ -160,7 +156,6 @@ #error "no SDCS configuration for this board" #endif - #if defined(CONFIG_EDB93XX_SDCS3) #define CONFIG_SYS_LOAD_ADDR 0x01000000 /* Default load address */ #define PHYS_SDRAM_1 0x00000000 @@ -175,7 +170,6 @@ #define CONFIG_SYS_INIT_SP_ADDR \ (CONFIG_SYS_SDRAM_BASE + 32*1024 - GENERATED_GBL_DATA_SIZE) - /* Must match kernel config */ #define LINUX_BOOT_PARAM_ADDR (PHYS_SDRAM_1 + 0x100) @@ -214,7 +208,6 @@ #define CONFIG_SYS_FLASH_CFI #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE - #define CONFIG_SYS_FLASH_PROTECTION #define CONFIG_FLASH_CFI_DRIVER #define CONFIG_SYS_MAX_FLASH_BANKS 1 @@ -241,14 +234,11 @@ #ifdef CONFIG_EP93XX_SPI_MMC #define CONFIG_EP93XX_SPI -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SPI -#define CONFIG_CMD_MMC #define CONFIG_MMC_SPI_NPOWER_EGPIO 9 #endif -#define CONFIG_USB_STORAGE #define CONFIG_USB_OHCI_NEW #define CONFIG_USB_OHCI_EP93XX #define CONFIG_SYS_USB_OHCI_CPU_INIT @@ -256,12 +246,7 @@ #define CONFIG_SYS_USB_OHCI_SLOT_NAME "ep93xx-ohci" #define CONFIG_SYS_USB_OHCI_REGS_BASE 0x80020000 -#define CONFIG_CMD_EXT2 -#define CONFIG_CMD_EXT4 -#define CONFIG_CMD_FAT - #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_CMD_BOOTZ /* Define to disable flash configuration*/ /* #define CONFIG_EP93XX_NO_FLASH_CFG */