[U-Boot] [PATCH v1 05/29] imx6: aristainetos: disable gigabit support
Heiko Schocher
hs at denx.de
Sun Dec 1 11:23:08 CET 2019
gigabit support does not work on the aristainetos
board, so disable it.
Signed-off-by: Heiko Schocher <hs at denx.de>
---
include/configs/aristainetos-common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/aristainetos-common.h b/include/configs/aristainetos-common.h
index ab14a1a392..9a6c205c72 100644
--- a/include/configs/aristainetos-common.h
+++ b/include/configs/aristainetos-common.h
@@ -27,6 +27,7 @@
#define CONFIG_SYS_SPI_ST_ENABLE_WP_PIN
#define CONFIG_EXTRA_ENV_SETTINGS \
+ "disable_giga=yes\0" \
"script=u-boot.scr\0" \
"fit_file=/boot/system.itb\0" \
"loadaddr=0x12000000\0" \
--
2.21.0
More information about the U-Boot
mailing list