u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] configs: j721s2_evm_a72_defconfig: fix the bootcmd
@ 2022-08-02 13:08 Jayesh Choudhary
  2022-08-26 18:49 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Jayesh Choudhary @ 2022-08-02 13:08 UTC (permalink / raw)
  To: u-boot; +Cc: vigneshr, hnagalla, j-choudhary

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(-)

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
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configs: j721s2_evm_a72_defconfig: fix the bootcmd
  2022-08-02 13:08 [PATCH] configs: j721s2_evm_a72_defconfig: fix the bootcmd Jayesh Choudhary
@ 2022-08-26 18:49 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2022-08-26 18:49 UTC (permalink / raw)
  To: Jayesh Choudhary; +Cc: u-boot, vigneshr, hnagalla

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

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!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-26 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02 13:08 [PATCH] configs: j721s2_evm_a72_defconfig: fix the bootcmd Jayesh Choudhary
2022-08-26 18:49 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).