diff options
| author | Tom Rini <trini@konsulko.com> | 2023-02-17 09:58:06 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2023-02-17 09:58:06 -0500 |
| commit | fcb5117da8876fc5b2bf941528301218d1be7b1c (patch) | |
| tree | 5f8229da0d0585f66a7cac857002889616a021cc /configs/total_compute_defconfig | |
| parent | 0aa9470fdf8386c18ade43506d5541a515318b76 (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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/total_compute_defconfig b/configs/total_compute_defconfig index 04d27058f38..51a9a9fe134 100644 --- a/configs/total_compute_defconfig +++ b/configs/total_compute_defconfig @@ -3,6 +3,8 @@ CONFIG_TARGET_TOTAL_COMPUTE=y CONFIG_TEXT_BASE=0xe0000000 CONFIG_SYS_MALLOC_LEN=0x3200000 CONFIG_NR_DRAM_BANKS=2 +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# " @@ -10,8 +12,6 @@ CONFIG_SYS_LOAD_ADDR=0x90000000 CONFIG_SYS_MEMTEST_START=0x80000000 CONFIG_SYS_MEMTEST_END=0xff000000 CONFIG_DISTRO_DEFAULTS=y -CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y -CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x8007fff0 CONFIG_REMAKE_ELF=y CONFIG_ANDROID_BOOT_IMAGE=y CONFIG_FIT=y |
