diff mbox series

configs: j721s2_evm_a72_defconfig: fix the bootcmd

Message ID 20220802130814.83698-1-j-choudhary@ti.com
State Accepted
Commit 11d8439e09bf664d5753ad2af9323855818c8ffc
Delegated to: Tom Rini
Headers show
Series configs: j721s2_evm_a72_defconfig: fix the bootcmd | expand

Commit Message

Jayesh Choudhary Aug. 2, 2022, 1:08 p.m. UTC
Remove the main_cpsw0_qsgmii_phyinit variable from the boot
command as there is no ethernet firmware in j721s2.

Fixes: 8886341aa670 ('configs: j721s2_evm_a72_defconfig: Add A72 specific defconfig')
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
---
 configs/j721s2_evm_a72_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Aug. 26, 2022, 6:49 p.m. UTC | #1
On Tue, Aug 02, 2022 at 06:38:14PM +0530, Jayesh Choudhary wrote:

> Remove the main_cpsw0_qsgmii_phyinit variable from the boot
> command as there is no ethernet firmware in j721s2.
> 
> Fixes: 8886341aa670 ('configs: j721s2_evm_a72_defconfig: Add A72 specific defconfig')
> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/configs/j721s2_evm_a72_defconfig b/configs/j721s2_evm_a72_defconfig
index 14dfb6946f..1577b40393 100644
--- a/configs/j721s2_evm_a72_defconfig
+++ b/configs/j721s2_evm_a72_defconfig
@@ -32,7 +32,7 @@  CONFIG_SPL_LOAD_FIT=y
 CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
 # CONFIG_USE_SPL_FIT_GENERATOR is not set
 CONFIG_OF_BOARD_SETUP=y
-CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern"
+CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_kern_${boot}; run get_fdt_${boot}; run get_overlay_${boot}; run run_kern"
 CONFIG_LOGLEVEL=7
 CONFIG_SPL_MAX_SIZE=0xc0000
 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y