diff options
| author | Tom Rini <trini@konsulko.com> | 2023-10-02 10:35:27 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2023-10-02 10:35:27 -0400 |
| commit | ba6d575ee0715b914ab31941e180c65ee097b22b (patch) | |
| tree | 3f0c57192298172359882b4c386b69ff25b30f0a /configs/pomelo_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/pomelo_defconfig')
| -rw-r--r-- | configs/pomelo_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pomelo_defconfig b/configs/pomelo_defconfig index 3b3fe595836..be0f768a9bb 100644 --- a/configs/pomelo_defconfig +++ b/configs/pomelo_defconfig @@ -7,7 +7,6 @@ CONFIG_NR_DRAM_BANKS=1 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x2981a000 CONFIG_DEFAULT_DEVICE_TREE="phytium-pomelo" -CONFIG_SYS_PROMPT="pomelo#" CONFIG_SYS_LOAD_ADDR=0x90000000 CONFIG_SYS_PCI_64BIT=y CONFIG_DISTRO_DEFAULTS=y @@ -16,6 +15,7 @@ CONFIG_BOOTARGS="console=ttyAMA0,115200 earlycon=pl011,0x28001000 root=/dev/sda2 # CONFIG_DISPLAY_CPUINFO is not set CONFIG_BOARD_EARLY_INIT_F=y CONFIG_LAST_STAGE_INIT=y +CONFIG_SYS_PROMPT="pomelo#" CONFIG_SYS_CBSIZE=256 CONFIG_SYS_PBSIZE=280 CONFIG_SYS_BOOTM_LEN=0x3c00000 |
