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/gxp_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/gxp_defconfig')
-rw-r--r-- | configs/gxp_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/gxp_defconfig b/configs/gxp_defconfig index 549bef7c986..8a18c297c3b 100644 --- a/configs/gxp_defconfig +++ b/configs/gxp_defconfig @@ -12,7 +12,6 @@ CONFIG_ENV_SIZE=0x10000 CONFIG_ENV_OFFSET=0x60000 CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_DEFAULT_DEVICE_TREE="hpe-bmc-dl360gen10" -CONFIG_SYS_PROMPT="gxp# " CONFIG_ENV_OFFSET_REDUND=0x70000 CONFIG_SYS_LOAD_ADDR=0x40100000 CONFIG_FIT=y @@ -29,6 +28,7 @@ CONFIG_BOOTCOMMAND="run spiboot" # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y +CONFIG_SYS_PROMPT="gxp# " # CONFIG_BOOTM_NETBSD is not set # CONFIG_BOOTM_PLAN9 is not set # CONFIG_BOOTM_RTEMS is not set |