summaryrefslogtreecommitdiff
path: root/board/theobroma-systems/puma_rk3399/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/theobroma-systems/puma_rk3399/Kconfig')
-rw-r--r--board/theobroma-systems/puma_rk3399/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/theobroma-systems/puma_rk3399/Kconfig b/board/theobroma-systems/puma_rk3399/Kconfig
index a645590d78..80b3460d4c 100644
--- a/board/theobroma-systems/puma_rk3399/Kconfig
+++ b/board/theobroma-systems/puma_rk3399/Kconfig
@@ -12,4 +12,10 @@ config SYS_CONFIG_NAME
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
+config ENV_SIZE
+ default 0x2000 if ENV_IS_IN_SPI_FLASH
+
+config ENV_OFFSET
+ default 0x3c000 if ENV_IS_IN_SPI_FLASH
+
endif