summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2018-12-07 16:19:49 +0100
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-04-29 12:09:07 +0200
commitae9b0ca75008889b74c43814ac8d2a2bd98f789e (patch)
treeebd420037f1a1bdaf4ed68386c08be7660ce3c72
parent560063c2dfd423172a7b03e5ff82f11e4398a691 (diff)
puma: move ENV_OFFSET to 4MiB-16kiB
The old location overlaps the SPL.
-rw-r--r--board/theobroma-systems/puma_rk3399/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/theobroma-systems/puma_rk3399/Kconfig b/board/theobroma-systems/puma_rk3399/Kconfig
index 8a94cbd9ed..9e23252754 100644
--- a/board/theobroma-systems/puma_rk3399/Kconfig
+++ b/board/theobroma-systems/puma_rk3399/Kconfig
@@ -16,6 +16,6 @@ config ENV_SIZE
default 0x2000
config ENV_OFFSET
- default 0x3c000 if ENV_IS_IN_SPI_FLASH
+ default 0x3fc000 if ENV_IS_IN_SPI_FLASH
endif