aboutsummaryrefslogtreecommitdiff
path: root/configs/roc-pc-mezzanine-rk3399_defconfig
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-07-07 19:20:49 +0530
committerKever Yang <kever.yang@rock-chips.com>2020-07-22 20:21:54 +0800
commitd4271fa28ca05b9c5ec67b21f492304709246a86 (patch)
tree7b1b7e8b80ebed01d1594002e60a7be744779ab3 /configs/roc-pc-mezzanine-rk3399_defconfig
parentcbb8189b9abeac939ddd0cd3c2eb58801940a717 (diff)
downloadu-boot-d4271fa28ca05b9c5ec67b21f492304709246a86.zip
u-boot-d4271fa28ca05b9c5ec67b21f492304709246a86.tar.gz
u-boot-d4271fa28ca05b9c5ec67b21f492304709246a86.tar.bz2
rockchip: roc-rk3399-pc: Update ENV offset, size
Adjust the ENV offset, size to fit into all images on 16MB flash. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/roc-pc-mezzanine-rk3399_defconfig')
-rw-r--r--configs/roc-pc-mezzanine-rk3399_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/roc-pc-mezzanine-rk3399_defconfig b/configs/roc-pc-mezzanine-rk3399_defconfig
index b2c370c..f15dddc 100644
--- a/configs/roc-pc-mezzanine-rk3399_defconfig
+++ b/configs/roc-pc-mezzanine-rk3399_defconfig
@@ -1,8 +1,8 @@
CONFIG_ARM=y
CONFIG_ARCH_ROCKCHIP=y
CONFIG_SYS_TEXT_BASE=0x00200000
-CONFIG_ENV_SIZE=0x6000
-CONFIG_ENV_OFFSET=0x460000
+CONFIG_ENV_SIZE=0x8000
+CONFIG_ENV_OFFSET=0x3F8000
CONFIG_ENV_SECT_SIZE=0x1000
CONFIG_SPL_DM_SPI=y
CONFIG_ROCKCHIP_RK3399=y