X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Frk3036_common.h;h=2893f80c9f23ad2792925980002898b51a6a2ccb;hb=d29adf8eef4e9557326fd0bc09a08c7dfa688eab;hp=92be29e7bbaa8696b66e37b65a78103ccb064be7;hpb=2d221489df021393654805536be7effcb9d39702;p=u-boot diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index 92be29e7bb..2893f80c9f 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -9,16 +9,13 @@ #include #include "rockchip-common.h" -#define CONFIG_SYS_NO_FLASH #define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_ENV_IS_NOWHERE #define CONFIG_ENV_SIZE 0x2000 #define CONFIG_SYS_MAXARGS 16 -#define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_MALLOC_LEN (32 << 20) #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_SYS_THUMB_BUILD #define CONFIG_SYS_TIMER_RATE (24 * 1000 * 1000) #define CONFIG_SYS_TIMER_BASE 0x200440a0 /* TIMER5 */ @@ -37,14 +34,9 @@ #define CONFIG_ROCKCHIP_CHIP_TAG "RK30" /* MMC/SD IP block */ -#define CONFIG_MMC -#define CONFIG_GENERIC_MMC -#define CONFIG_DWMMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_FAT_WRITE -#define CONFIG_PARTITION_UUIDS -#define CONFIG_CMD_PART #define CONFIG_SYS_SDRAM_BASE 0x60000000 #define CONFIG_NR_DRAM_BANKS 1 @@ -104,7 +96,6 @@ BOOTENV #endif -#define CONFIG_BOARD_LATE_INIT #define CONFIG_PREBOOT #endif