diff options
author | Robert Marko <robert.marko@sartura.hr> | 2023-11-29 11:11:08 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2024-01-10 09:38:55 +0100 |
commit | 46471e6c1d58442140259f7e44a5c3e0d6e02351 (patch) | |
tree | e28cbd416586f17eb023c9d126c7b9091dceb164 /configs/eDPU_defconfig | |
parent | fde58124c3831cce0e046e0ec7cb4222d72c4fa7 (diff) | |
download | u-boot-46471e6c1d58442140259f7e44a5c3e0d6e02351.zip u-boot-46471e6c1d58442140259f7e44a5c3e0d6e02351.tar.gz u-boot-46471e6c1d58442140259f7e44a5c3e0d6e02351.tar.bz2 |
arm: mvebu: eDPU: support new board revision
There is a new eDPU revision that uses Marvell 88E6361 switch onboard.
We can rely on detecting the switch to enable and fixup the Linux DTS
so a single DTS can be used.
There is currently no support for the 88E6361 switch and thus no working
networking in U-Boot, so we disable both ports.
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/eDPU_defconfig')
-rw-r--r-- | configs/eDPU_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/eDPU_defconfig b/configs/eDPU_defconfig index 0b33ff2..545fd43 100644 --- a/configs/eDPU_defconfig +++ b/configs/eDPU_defconfig @@ -17,6 +17,7 @@ CONFIG_DEBUG_UART=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_DISTRO_DEFAULTS=y +CONFIG_OF_BOARD_SETUP=y CONFIG_USE_PREBOOT=y CONFIG_SYS_PBSIZE=1048 # CONFIG_DISPLAY_CPUINFO is not set |