summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-10-13 18:10:30 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-10-13 18:10:30 +0200
commitf223078f54f572f46813070162af02ac33d417bb (patch)
tree0b19d9e424132e6875976713bbf02d3c669c200f
parentcdbb0c0a8080ca399d5db0cda31d0e2e22ceb837 (diff)
lion: Increase MMC environment size to 16 kiB.
On Lion we have the MMC environment at an offset of 16 kiB. This leaves us with 16 kiB for the environment before the SPL starts. Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
-rw-r--r--board/theobroma-systems/lion_rk3368/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/theobroma-systems/lion_rk3368/Kconfig b/board/theobroma-systems/lion_rk3368/Kconfig
index fddbf826df..8382601a30 100644
--- a/board/theobroma-systems/lion_rk3368/Kconfig
+++ b/board/theobroma-systems/lion_rk3368/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 0x3c000 if ENV_IS_IN_SPI_FLASH