diff options
author | Tom Rini <trini@konsulko.com> | 2021-04-05 22:39:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-05 22:39:10 -0400 |
commit | 472fd5a35af3308f97de0376a6c25f5368035557 (patch) | |
tree | 8410af336a68a38cf42c63494567a0790758c1dd /board/theobroma-systems/puma_rk3399/Kconfig | |
parent | 90eba245a66aa20589404ba537215faf2012c1a3 (diff) | |
parent | a99d70c180dc083b47673b5f0282fc8ba8193bc9 (diff) | |
download | u-boot-472fd5a35af3308f97de0376a6c25f5368035557.tar.gz |
Merge tag 'rockchip-for-v2021.07' of https://source.denx.de/u-boot/custodians/u-boot-rockchipWIP/05Apr2021
- Fix rk3368 lion board support;
- Fix px30 odroid-go2 board support;
- Add rk3399 NanoPi R4s and NanoPi M4B board support;
Diffstat (limited to 'board/theobroma-systems/puma_rk3399/Kconfig')
-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 e82623a170..21946d984d 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 + default 0x4000 config ENV_OFFSET default 0x3fc000 if ENV_IS_IN_SPI_FLASH |