summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-10-12 00:10:38 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-10-13 10:41:02 +0200
commit291a5ac1f3ea1feb511c478fc97a210a5fffe9fc (patch)
treeafe3fa632482d0dc7063f29128c165aff528f67f
parent5362a8379dfb58707525403f6417049bf4dd0f7e (diff)
puma: Increase MMC environment size to 16 kiB.puma-v2019.04
On Puma we have the MMC environment at an offset of 16 kiB. This leaves us with 16 kiB for the environment before the SPL starts. This patch expands the environment size from 8 kiB to its maximum. Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--board/theobroma-systems/puma_rk3399/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/theobroma-systems/puma_rk3399/Kconfig b/board/theobroma-systems/puma_rk3399/Kconfig
index 9e23252754..e9b34c4d4c 100644
--- a/board/theobroma-systems/puma_rk3399/Kconfig
+++ b/board/theobroma-systems/puma_rk3399/Kconfig
@@ -13,7 +13,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
config ENV_SIZE
- default 0x2000
+ default 0x2000 if ENV_IS_IN_SPI_FLASH
+ default 0x4000
config ENV_OFFSET
default 0x3fc000 if ENV_IS_IN_SPI_FLASH