X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Frk3036_common.h;h=7f148eff87e56d376c74c51de138175a43f9478a;hb=5fdb3c0e7ee6bac6b8809ae69e52f16d22d45035;hp=ec0e157ec506dd7c1f6691b03d738c78095219f1;hpb=7127151d538d878bd073ca6d6cca630a4b35b76f;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index ec0e157..7f148ef 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -8,7 +8,6 @@ #include #include "rockchip-common.h" -#define CONFIG_SYS_MALLOC_LEN (32 << 20) #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SKIP_LOWLEVEL_INIT @@ -28,15 +27,8 @@ #define SDRAM_BANK_SIZE (512UL << 20UL) #define SDRAM_MAX_SIZE (CONFIG_NR_DRAM_BANKS * SDRAM_BANK_SIZE) -#define CONFIG_SPI_FLASH_GIGADEVICE - #ifndef CONFIG_SPL_BUILD -/* usb otg */ - -/* usb mass storage */ -#define CONFIG_CMD_USB_MASS_STORAGE -/* usb host */ #define ENV_MEM_LAYOUT_SETTINGS \ "scriptaddr=0x60000000\0" \ "pxefile_addr_r=0x60100000\0" \