From: Simon Glass Date: Fri, 11 Mar 2022 19:10:04 +0000 (-0700) Subject: phycore-rk3288: Avoid enabling partition support in SPL X-Git-Tag: v2022.07~12^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd92fff72e0981dd78046e1898a1ca96ad937785;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Kever Yang --- diff --git a/configs/phycore-rk3288_defconfig b/configs/phycore-rk3288_defconfig index 6444649..d3d7478 100644 --- a/configs/phycore-rk3288_defconfig +++ b/configs/phycore-rk3288_defconfig @@ -35,6 +35,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