diff options
Diffstat (limited to 'configs/netspace_v2_defconfig')
-rw-r--r-- | configs/netspace_v2_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/netspace_v2_defconfig b/configs/netspace_v2_defconfig index 9bdcc075334..673e0a42a3f 100644 --- a/configs/netspace_v2_defconfig +++ b/configs/netspace_v2_defconfig @@ -15,6 +15,8 @@ CONFIG_DEFAULT_DEVICE_TREE="kirkwood-ns2" CONFIG_IDENT_STRING=" NS v2" CONFIG_SYS_LOAD_ADDR=0x800000 CONFIG_ENV_ADDR=0x70000 +CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc8012000 # CONFIG_SYS_MALLOC_F is not set CONFIG_BOOTDELAY=3 CONFIG_USE_BOOTARGS=y |