diff options
author | James Byrne <james.byrne@origamienergy.com> | 2019-11-15 17:11:58 +0000 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2019-12-03 10:17:25 +0200 |
commit | 464b50a34302ce56a9f30eb27dcedbf04f233188 (patch) | |
tree | f83af792c25b771b63ec50951cc9d54da5b1d849 /board/tqc | |
parent | 1297989804d66c8db92efbf9fa2e6cc76965a943 (diff) | |
download | u-boot-464b50a34302ce56a9f30eb27dcedbf04f233188.tar.gz |
board: Remove unnecessary inclusion of micrel.h from boards
Several boards still unnecessarily included micrel.h but no longer
require it since the switch to Device Tree configuration.
Signed-off-by: James Byrne <james.byrne@origamienergy.com>
Diffstat (limited to 'board/tqc')
-rw-r--r-- | board/tqc/tqma6/tqma6_wru4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/tqc/tqma6/tqma6_wru4.c b/board/tqc/tqma6/tqma6_wru4.c index 3a5957f760..1320f8ad78 100644 --- a/board/tqc/tqma6/tqma6_wru4.c +++ b/board/tqc/tqma6/tqma6_wru4.c @@ -26,7 +26,6 @@ #include <linux/libfdt.h> #include <malloc.h> #include <i2c.h> -#include <micrel.h> #include <miiphy.h> #include <mmc.h> #include <netdev.h> |