summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorJakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>2017-12-21 11:03:01 +0100
committerKever Yang <kever.yang@rock-chips.com>2018-01-17 15:27:28 +0800
commit2b00ccbd41e0d8207e205b334b6092c6a67c8502 (patch)
treebac36b6ad622b426ce5138276e21a3195459452a /board
parent92671781a674b7dc8dc7b3a0f1770d6fb974d4fe (diff)
UPSTREAM: rockchip: rk3399-puma: reduce env size to 8kiB
This commit changes the size of the enviroment (for the RK3399-Q7) to 8kiB for all possible locations of the environment (i.e. even when the environment is saved to SD card). With the default of 32kiB, the environment overwrites the SPL stage which lives at 16kiB. Change-Id: Iafe513fc093669b51d108641c435c406a654c62b Signed-off-by: Jakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> [Reworked commit-message:] Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit fe529e6597c00a98893e5d0ab00251cb50d457a7)
Diffstat (limited to 'board')
-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 80b3460d4c..8a94cbd9ed 100644
--- a/board/theobroma-systems/puma_rk3399/Kconfig
+++ b/board/theobroma-systems/puma_rk3399/Kconfig
@@ -13,7 +13,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
config ENV_SIZE
- default 0x2000 if ENV_IS_IN_SPI_FLASH
+ default 0x2000
config ENV_OFFSET
default 0x3c000 if ENV_IS_IN_SPI_FLASH