projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f4193
)
configs: j7200_evm_a72: Add CONFIG_PREBOOT to configure ethernet PHY
author
Kishon Vijay Abraham I
<kishon@ti.com>
Wed, 21 Jul 2021 15:58:47 +0000
(21:28 +0530)
committer
Lokesh Vutla
<lokeshvutla@ti.com>
Tue, 27 Jul 2021 05:27:47 +0000
(10:57 +0530)
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
configs/j7200_evm_a72_defconfig
patch
|
blob
|
history
diff --git
a/configs/j7200_evm_a72_defconfig
b/configs/j7200_evm_a72_defconfig
index 5132c75437324ad35349d621f15cc3353adb5bd4..91a2138a592ab5c86b81c800ecb02a0f3c361340 100644
(file)
--- 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