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/total_compute_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/total_compute_defconfig')
| -rw-r--r-- | configs/total_compute_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/total_compute_defconfig b/configs/total_compute_defconfig index d25ed38c764..4bb55e168b7 100644 --- a/configs/total_compute_defconfig +++ b/configs/total_compute_defconfig @@ -7,7 +7,6 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x8007fff0 CONFIG_ENV_SIZE=0x2a00000 CONFIG_DEFAULT_DEVICE_TREE="total_compute" -CONFIG_SYS_PROMPT="TOTAL_COMPUTE# " CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_SYS_LOAD_ADDR=0x90000000 CONFIG_SYS_MEMTEST_START=0x80000000 @@ -25,6 +24,7 @@ CONFIG_BOOTCOMMAND="if part number mmc 0 vbmeta is_avb; then echo MMC with vbme CONFIG_AVB_VERIFY=y CONFIG_AVB_BUF_ADDR=0x90000000 CONFIG_AVB_BUF_SIZE=0x10000000 +CONFIG_SYS_PROMPT="TOTAL_COMPUTE# " CONFIG_SYS_MAXARGS=64 CONFIG_SYS_CBSIZE=512 CONFIG_SYS_PBSIZE=544 |
