aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2023-04-11 15:18:37 +0530
committerTom Rini <trini@konsulko.com>2023-05-03 09:05:24 -0400
commitbd52f45208f4d3b62c9eac5c811935518486c946 (patch)
treec52a7654e428faa7f3d68c3567b91ff1a91cb6df
parent36cbd6b2eb4b4dbb412fc99c2537fef7add01310 (diff)
downloadu-boot-bd52f45208f4d3b62c9eac5c811935518486c946.zip
u-boot-bd52f45208f4d3b62c9eac5c811935518486c946.tar.gz
u-boot-bd52f45208f4d3b62c9eac5c811935518486c946.tar.bz2
configs: j7200_evm_a72: Enhance bootcmd to configure ethernet PHY
Update the default BOOTCOMMAND to provide an automatic and easier way to configure ethernet PHY before loading the firmware. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
-rw-r--r--configs/j7200_evm_a72_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/j7200_evm_a72_defconfig b/configs/j7200_evm_a72_defconfig
index fa5ea2a..058e331 100644
--- a/configs/j7200_evm_a72_defconfig
+++ b/configs/j7200_evm_a72_defconfig
@@ -34,7 +34,7 @@ CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_SYSTEM_SETUP=y
CONFIG_DISTRO_DEFAULTS=y
-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_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_LOGLEVEL=7
CONFIG_SPL_MAX_SIZE=0xc0000
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y