diff options
author | Tom Rini | 2023-10-02 10:35:27 -0400 |
---|---|---|
committer | Tom Rini | 2023-10-02 10:35:27 -0400 |
commit | ba6d575ee0715b914ab31941e180c65ee097b22b (patch) | |
tree | 3f0c57192298172359882b4c386b69ff25b30f0a /configs/durian_defconfig | |
parent | f75bd201bfb1f2a30227f1e9528996f2b3025b58 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
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 a5756c16a7c..1a321392338 100644 --- a/configs/durian_defconfig +++ b/configs/durian_defconfig @@ -9,7 +9,6 @@ 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#" # CONFIG_PSCI_RESET is not set CONFIG_SYS_LOAD_ADDR=0x90000000 CONFIG_SYS_PCI_64BIT=y @@ -21,6 +20,7 @@ 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 |