From: Heiko Schocher Date: Sun, 1 Dec 2019 10:23:08 +0000 (+0100) Subject: imx6: aristainetos: disable gigabit support X-Git-Tag: v2020.04-rc1~37^2~92 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=593eb229db1ef37fe610d8e20405f49ad9b4f042;p=oweals%2Fu-boot.git imx6: aristainetos: disable gigabit support gigabit support does not work on the aristainetos board, so disable it. Signed-off-by: Heiko Schocher --- 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" \