summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAswath Govindraju <a-govindraju@ti.com>2022-02-22 08:19:05 +0300
committerTom Rini <trini@konsulko.com>2022-03-10 21:49:57 +0300
commit019548efb03b804a4b3ae3329db4a5450be434ca (patch)
tree8e34f04361b9a13327a18b9ecee58391da8ea999 /configs
parentb6c17e91759a3a31315018331035461ce0198479 (diff)
downloadu-boot-019548efb03b804a4b3ae3329db4a5450be434ca.tar.xz
configs: j721e_hs_evm_a72_defconfig: Add command for initializing QSGMII PHY
QSGMII PHY present on the j721e common processor board requires to be initialized before the core boots up. Therefore, run the corresponding command during boot to do the same. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/j721e_hs_evm_a72_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/j721e_hs_evm_a72_defconfig b/configs/j721e_hs_evm_a72_defconfig
index ae184b0358..c37c20a91b 100644
--- a/configs/j721e_hs_evm_a72_defconfig
+++ b/configs/j721e_hs_evm_a72_defconfig
@@ -30,7 +30,7 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
# CONFIG_USE_SPL_FIT_GENERATOR is not set
-CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run boot_rprocs; run get_fit_${boot}; run get_overlaystring; run run_fit"
+CONFIG_BOOTCOMMAND="run findfdt; run envboot; run init_${boot}; run main_cpsw0_qsgmii_phyinit; run boot_rprocs; run get_fit_${boot}; run get_overlaystring; run run_fit"
CONFIG_LOGLEVEL=7
CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y