Enable config options required to enable Ethernet boot on SK-AM62A-LP for
A53 SPL stage.

Acked-by: Andrew Davis <[email protected]>
Signed-off-by: Chintan Vankar <[email protected]>
---

Link to v1:
https://lore.kernel.org/all/[email protected]/

Changes from v1 to v2:
-> Removed the duplicate config options.

 configs/am62ax_evm_a53_ethboot_defconfig | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 configs/am62ax_evm_a53_ethboot_defconfig

diff --git a/configs/am62ax_evm_a53_ethboot_defconfig 
b/configs/am62ax_evm_a53_ethboot_defconfig
new file mode 100644
index 00000000000..a3ac67feb85
--- /dev/null
+++ b/configs/am62ax_evm_a53_ethboot_defconfig
@@ -0,0 +1,10 @@
+#include <configs/am62ax_evm_a53_defconfig>
+
+CONFIG_SPL_DRIVERS_MISC=y
+CONFIG_SPL_BOARD_INIT=y
+CONFIG_SPL_DMA=y
+CONFIG_SPL_ENV_SUPPORT=y
+CONFIG_SPL_ETH=y
+CONFIG_SPL_NET=y
+CONFIG_SPL_NET_VCI_STRING="AM62AX U-Boot A53 SPL"
+CONFIG_SPL_SYSCON=y
-- 
2.34.1

Reply via email to