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/atmel/sama5d3xek | |
parent | 1297989804d66c8db92efbf9fa2e6cc76965a943 (diff) |
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/atmel/sama5d3xek')
-rw-r--r-- | board/atmel/sama5d3xek/sama5d3xek.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/atmel/sama5d3xek/sama5d3xek.c b/board/atmel/sama5d3xek/sama5d3xek.c index 3aa46b1774..7f6a319859 100644 --- a/board/atmel/sama5d3xek/sama5d3xek.c +++ b/board/atmel/sama5d3xek/sama5d3xek.c @@ -15,8 +15,6 @@ #include <debug_uart.h> #include <env.h> #include <linux/ctype.h> -#include <phy.h> -#include <micrel.h> #include <spl.h> #include <asm/arch/atmel_mpddrc.h> #include <asm/arch/at91_wdt.h> |