diff options
Diffstat (limited to 'configs/durian_defconfig')
-rw-r--r-- | configs/durian_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/durian_defconfig b/configs/durian_defconfig index 68a3deb375..b4cb44222e 100644 --- a/configs/durian_defconfig +++ b/configs/durian_defconfig @@ -5,6 +5,8 @@ CONFIG_TEXT_BASE=0x500000 CONFIG_SYS_MALLOC_LEN=0x101000 CONFIG_SYS_MALLOC_F_LEN=0x400 CONFIG_NR_DRAM_BANKS=1 +CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x87f00000 CONFIG_ENV_SIZE=0x1000 CONFIG_DEFAULT_DEVICE_TREE="phytium-durian" CONFIG_SYS_PROMPT="durian#" @@ -13,8 +15,6 @@ CONFIG_SYS_LOAD_ADDR=0x90000000 CONFIG_SYS_PCI_64BIT=y CONFIG_AHCI=y CONFIG_DISTRO_DEFAULTS=y -CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y -CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x87f00000 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyAMA0,115200 earlycon=pl011,0x28001000 root=/dev/sda2 rw" # CONFIG_DISPLAY_CPUINFO is not set |