diff options
author | Tom Rini <trini@konsulko.com> | 2019-12-11 08:16:16 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-11 08:16:16 -0500 |
commit | addb1d9f5d63f4586fa4a0ad24a9eaae35331783 (patch) | |
tree | c82d3d5454934c5f403ed78ca1f35dd8788c78bf /board/kosagi | |
parent | fd4b8f813f11879bb38a0d3a5839279e85325476 (diff) | |
parent | e50d238a1ce856d3e16bbc279a6e92a0c2b5fb4f (diff) |
Merge tag 'u-boot-atmel-fixes-2020.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel
- First set of u-boot-atmel fixes for 2020.01 cycle:
This set includes a small fix for gpio bank names, one for removing
unused headers (also touches some other boards), and a fix for the QSPI
env read on one of the boards.
Diffstat (limited to 'board/kosagi')
-rw-r--r-- | board/kosagi/novena/novena.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/kosagi/novena/novena.c b/board/kosagi/novena/novena.c index 7eb833cf02..4bec2be43f 100644 --- a/board/kosagi/novena/novena.c +++ b/board/kosagi/novena/novena.c @@ -34,8 +34,6 @@ #include <linux/fb.h> #include <linux/input.h> #include <malloc.h> -#include <micrel.h> -#include <miiphy.h> #include <mmc.h> #include <netdev.h> #include <power/pmic.h> |