diff options
author | Heiko Schocher | 2019-12-01 11:23:08 +0100 |
---|---|---|
committer | Stefano Babic | 2020-01-07 10:26:55 +0100 |
commit | 593eb229db1ef37fe610d8e20405f49ad9b4f042 (patch) | |
tree | 8c1e9949edde5baa92c154e9139c8113d90995fe | |
parent | 1b857f1a92799ded10ea230ee96b6acb3285b562 (diff) |
imx6: aristainetos: disable gigabit support
gigabit support does not work on the aristainetos
board, so disable it.
Signed-off-by: Heiko Schocher <hs@denx.de>
-rw-r--r-- | include/configs/aristainetos-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/aristainetos-common.h b/include/configs/aristainetos-common.h index ab14a1a3920..9a6c205c729 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" \ |