diff options
Diffstat (limited to 'configs/durian_defconfig')
-rw-r--r-- | configs/durian_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/durian_defconfig b/configs/durian_defconfig index 27c8e260d9..d9e3768bb0 100644 --- a/configs/durian_defconfig +++ b/configs/durian_defconfig @@ -7,6 +7,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x400 CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x1000 CONFIG_DEFAULT_DEVICE_TREE="phytium-durian" +CONFIG_SYS_PROMPT="durian#" # CONFIG_PSCI_RESET is not set CONFIG_SYS_LOAD_ADDR=0x90000000 CONFIG_SYS_PCI_64BIT=y @@ -19,7 +20,6 @@ CONFIG_BOOTARGS="console=ttyAMA0,115200 earlycon=pl011,0x28001000 root=/dev/sda2 # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_LAST_STAGE_INIT=y -CONFIG_SYS_PROMPT="durian#" CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=280 CONFIG_SYS_BOOTM_LEN=0x3c00000 |