diff options
| author | Christoph Muellner <[email protected]> | 2019-05-07 10:37:22 +0200 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2019-05-30 18:22:35 +0800 |
| commit | 9828ed6259595e938e50455e8f45d018a19b7770 (patch) | |
| tree | dcc6da1fc7473b832f59f778f477732107f9981d | |
| parent | e2822ccc2c7c0ba8d7d959a1fa1e6221ed135423 (diff) | |
rockchip: rk3399-puma: Move ENV_OFFSET to end of SPI NOR.
Puma SoMs have a 4 MB SPI NOR flash.
Therefore we can move the environment to the end of the flash
(4 MiB - 16 kiB) in order to not overlap with SPL.
Reported-by: Jakob Unterwurzacher <[email protected]>
Signed-off-by: Christoph Muellner <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | board/theobroma-systems/puma_rk3399/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/theobroma-systems/puma_rk3399/Kconfig b/board/theobroma-systems/puma_rk3399/Kconfig index 8a94cbd9edb..9e232527549 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 |
