diff options
| author | Tom Rini <[email protected]> | 2023-02-17 09:58:06 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-17 09:58:06 -0500 |
| commit | fcb5117da8876fc5b2bf941528301218d1be7b1c (patch) | |
| tree | 5f8229da0d0585f66a7cac857002889616a021cc /configs/topic_miamilite_defconfig | |
| parent | 0aa9470fdf8386c18ade43506d5541a515318b76 (diff) | |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/topic_miamilite_defconfig')
| -rw-r--r-- | configs/topic_miamilite_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/topic_miamilite_defconfig b/configs/topic_miamilite_defconfig index 510ff2ebd87..e9650e57502 100644 --- a/configs/topic_miamilite_defconfig +++ b/configs/topic_miamilite_defconfig @@ -10,6 +10,7 @@ CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miamilite" CONFIG_SYS_PROMPT="zynq-uboot> " CONFIG_SPL_STACK_R_ADDR=0x200000 +CONFIG_SPL_STACK=0xfffffe00 CONFIG_SPL=y CONFIG_DEBUG_UART_CLOCK=100000000 CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miamilite/ps7_regs.txt" @@ -30,7 +31,6 @@ CONFIG_SPL_HAS_BSS_LINKER_SECTION=y CONFIG_SPL_BSS_START_ADDR=0x100000 CONFIG_SPL_BSS_MAX_SIZE=0x100000 # CONFIG_SPL_SHARES_INIT_SP_ADDR is not set -CONFIG_SPL_STACK=0xfffffe00 CONFIG_SPL_STACK_R=y CONFIG_SYS_SPL_MALLOC=y CONFIG_SYS_SPL_MALLOC_SIZE=0x2000000 |
