
CONFIG_DOS_PARTITION and CONFIG_EFI_PARTITION are already included in config_distro_defaults.h, and we don't need them in SPL stage.
Signed-off-by: Ziyuan Xu xzy.xu@rock-chips.com --- This commit is base on commit 7ec0b02 "mmc: rockchip add SDHCI dirver support for rockchip soc" (u-boot-rockchip/master).
include/configs/rk3036_common.h | 1 - include/configs/rk3288_common.h | 2 -- 2 files changed, 3 deletions(-)
diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index ae4b101..f50b49c 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -48,7 +48,6 @@ #define CONFIG_DWMMC #define CONFIG_BOUNCE_BUFFER
-#define CONFIG_DOS_PARTITION #define CONFIG_FAT_WRITE #define CONFIG_PARTITION_UUIDS #define CONFIG_CMD_PART diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 2a36c17..4ecaac1 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -59,7 +59,6 @@ #define CONFIG_DWMMC #define CONFIG_BOUNCE_BUFFER
-#define CONFIG_DOS_PARTITION #define CONFIG_FAT_WRITE #define CONFIG_PARTITION_UUIDS #define CONFIG_CMD_PART @@ -108,7 +107,6 @@
/* Enable gpt partition table */ #define CONFIG_CMD_GPT -#define CONFIG_EFI_PARTITION
#ifndef CONFIG_SPL_BUILD #include <config_distro_defaults.h>