diff options
| author | Simon Glass <[email protected]> | 2022-03-11 12:10:04 -0700 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2022-06-29 11:27:28 +0800 |
| commit | cd92fff72e0981dd78046e1898a1ca96ad937785 (patch) | |
| tree | cab59f3737a6c98fdc684eab35d40c9cd7fa127d | |
| parent | a063429c17616007f6c48aaa293683402ae6ea56 (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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | configs/phycore-rk3288_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore-rk3288_defconfig b/configs/phycore-rk3288_defconfig index 64446492221..d3d74781d59 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 |
