]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: am64x*_r5_defconfig: Drop BOOTCOMMAND
authorWadim Egorov <w.egorov@phytec.de>
Fri, 16 Aug 2024 13:23:28 +0000 (15:23 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 7 Oct 2024 21:10:13 +0000 (15:10 -0600)
There is no need to define a default for bootcmd in R5 u-boot because
the R5 is directly booting into the next stage A53 bootloader.

Signed-off-by: Wadim Egorov <w.egorov@phytec.de>
configs/am64x_evm_r5_defconfig
configs/phycore_am64x_r5_defconfig

index 1e83b7ff1fe6e5e2f9d64e0f8cde8c88bd4036fd..0d266358daf048b811c576811e03aa08df9900b4 100644 (file)
@@ -35,8 +35,6 @@ CONFIG_SPL_SPI_FLASH_SUPPORT=y
 CONFIG_SPL_SPI=y
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_SPL_LOAD_FIT_ADDRESS=0x80080000
-CONFIG_USE_BOOTCOMMAND=y
-CONFIG_BOOTCOMMAND="run distro_bootcmd"
 # CONFIG_DISPLAY_CPUINFO is not set
 CONFIG_SPL_SIZE_LIMIT_SUBTRACT_GD=y
 CONFIG_SPL_SIZE_LIMIT_SUBTRACT_MALLOC=y
index 72d10f76647298d99065a56d3bcdd3be37285f6f..1e03b63514887e428e143a16a4207305ed9c282d 100644 (file)
@@ -34,8 +34,6 @@ CONFIG_SPL_SPI_FLASH_SUPPORT=y
 CONFIG_SPL_SPI=y
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_SPL_LOAD_FIT_ADDRESS=0x80080000
-CONFIG_USE_BOOTCOMMAND=y
-CONFIG_BOOTCOMMAND="run distro_bootcmd"
 # CONFIG_DISPLAY_CPUINFO is not set
 CONFIG_SPL_SIZE_LIMIT_SUBTRACT_GD=y
 CONFIG_SPL_SIZE_LIMIT_SUBTRACT_MALLOC=y