summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-04-26 11:47:27 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-04-29 12:09:08 +0200
commit6fbfc3d01c4e673b931816ef883822b82e27f219 (patch)
tree141fc4274bb1b09ffd573add9d7f51a59ebb8e6d
parent628ec979768d81cb91d08edaafbb7e803260c46c (diff)
Puma: Drop DOS/EFI partition support from SPL.
Drop DOS/EFI partition support from SPL to save 4k. Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--configs/puma-rk3399_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig
index e97fb36854..0aee8f52ac 100644
--- a/configs/puma-rk3399_defconfig
+++ b/configs/puma-rk3399_defconfig
@@ -45,6 +45,8 @@ CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
CONFIG_CMD_PMIC=y
CONFIG_CMD_REGULATOR=y
+# CONFIG_SPL_DOS_PARTITION is not set
+# CONFIG_SPL_EFI_PARTITION is not set
CONFIG_SPL_OF_CONTROL=y
CONFIG_OF_LIVE=y
CONFIG_DEFAULT_DEVICE_TREE="rk3399-puma-ddr1600"