diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-27 10:19:45 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-06-06 12:09:28 -0400 |
commit | 6600b355c71e80c99d8edb8603dd5e3df8ed4db8 (patch) | |
tree | d1179e1dd0a4be5ae68ab05cd635ce7e1b38f824 /configs/sniper_defconfig | |
parent | 55cf860ba7d604081b11b8ddc23c79572a0ada34 (diff) | |
download | u-boot-6600b355c71e80c99d8edb8603dd5e3df8ed4db8.zip u-boot-6600b355c71e80c99d8edb8603dd5e3df8ed4db8.tar.gz u-boot-6600b355c71e80c99d8edb8603dd5e3df8ed4db8.tar.bz2 |
Convert CONFIG_SPL_BSS_START_ADDR to Kconfig
This converts the following to Kconfig:
CONFIG_SPL_BSS_START_ADDR
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sniper_defconfig')
-rw-r--r-- | configs/sniper_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sniper_defconfig b/configs/sniper_defconfig index 2f77a39..7de3081 100644 --- a/configs/sniper_defconfig +++ b/configs/sniper_defconfig @@ -14,6 +14,7 @@ CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x4020ff00 CONFIG_BOOTCOMMAND="setenv boot_mmc_part ${kernel_mmc_part}; if test reboot-${reboot-mode} = reboot-r; then echo recovery; setenv boot_mmc_part ${recovery_mmc_part}; fi; if test reboot-${reboot-mode} = reboot-b; then echo fastboot; fastboot 0; fi; part start mmc ${boot_mmc_dev} ${boot_mmc_part} boot_mmc_start; part size mmc ${boot_mmc_dev} ${boot_mmc_part} boot_mmc_size; mmc dev ${boot_mmc_dev}; mmc read ${kernel_addr_r} ${boot_mmc_start} ${boot_mmc_size} && bootm ${kernel_addr_r};" CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SPL_MAX_SIZE=0xec00 +CONFIG_SPL_BSS_START_ADDR=0x80000000 # CONFIG_SPL_SHARES_INIT_SP_ADDR is not set CONFIG_SPL_STACK=0x4020fffc # CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is not set |