summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-03-11 12:10:04 -0700
committerKever Yang <kever.yang@rock-chips.com>2022-10-19 19:30:48 +0800
commit3f2c4dd6c8e356e60fdf0cc8cda3acbce9406341 (patch)
treeb338d718c142c903927ac49ac855d0e6fda99c4f
parentf9c68a566c4d417c01d65cbde92a02e11511a143 (diff)
phycore-rk3288: Avoid enabling partition support in SPL
This is not needed or used, and adds code size. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r--configs/phycore-rk3288_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-rk3288_defconfig b/configs/phycore-rk3288_defconfig
index cfe02dfe216..1a62f249d36 100644
--- a/configs/phycore-rk3288_defconfig
+++ b/configs/phycore-rk3288_defconfig
@@ -42,6 +42,7 @@ CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
CONFIG_CMD_PMIC=y
CONFIG_CMD_REGULATOR=y
+# CONFIG_SPL_PARTITIONS is not set
# CONFIG_SPL_DOS_PARTITION is not set
# CONFIG_SPL_EFI_PARTITION is not set
CONFIG_SPL_OF_CONTROL=y