summaryrefslogtreecommitdiff
path: root/configs/j7200_evm_a72_defconfig
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2021-07-21 18:58:47 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2021-07-27 08:27:47 +0300
commit8fa3286408402cf54913dff90536798382147dbe (patch)
tree84b624df71747832b0d86b5cb4de85c026e12e15 /configs/j7200_evm_a72_defconfig
parent15f4193ffffba8499de0da37fb36570fd6356c25 (diff)
downloadu-boot-8fa3286408402cf54913dff90536798382147dbe.tar.xz
configs: j7200_evm_a72: Add CONFIG_PREBOOT to configure ethernet PHY
Add CONFIG_PREBOOT 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: Lokesh Vutla <lokeshvutla@ti.com> Link: https://lore.kernel.org/r/20210721155849.20994-19-kishon@ti.com
Diffstat (limited to 'configs/j7200_evm_a72_defconfig')
-rw-r--r--configs/j7200_evm_a72_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/j7200_evm_a72_defconfig b/configs/j7200_evm_a72_defconfig
index 5132c75437..91a2138a59 100644
--- a/configs/j7200_evm_a72_defconfig
+++ b/configs/j7200_evm_a72_defconfig
@@ -30,6 +30,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_PREBOOT="run main_cpsw0_qsgmii_phyinit;"
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_BOARD_INIT=y