rockchip64/rk3318-box: move stack further from base addr to allow bigger uboot image

This commit is contained in:
Alex Shumsky 2024-06-12 14:56:07 +03:00 committed by Igor
parent 4a84bf07c4
commit e127109e2d

View File

@ -11,7 +11,7 @@ index 0000000000..d356b21ac6
+CONFIG_TEXT_BASE=0x200000
+CONFIG_NR_DRAM_BANKS=1
+CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
+CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x300000
+CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc00000
+CONFIG_SF_DEFAULT_SPEED=20000000
+CONFIG_ENV_OFFSET=0x3F8000
+CONFIG_DEFAULT_DEVICE_TREE="rk3318-box"