diff options
| author | Wenyou Yang <[email protected]> | 2017-04-14 08:51:43 +0800 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-04-14 20:10:25 -0600 |
| commit | b6ceefedf7a5267cf1c8ff7483c9d684b2d637ba (patch) | |
| tree | 010ce96114247b9423edbe38bbb708ffb15c460b /include | |
| parent | a97cb06154d7854e677f2fac815f2600e593ba11 (diff) | |
board: sama5d3xek: Clean up code
Due to the introduction of the pinctrl and clk driver, and using
device tree files, remove the unneeded hardcoded pin configuration
and clock enabling code from the board file.
Signed-off-by: Wenyou Yang <[email protected]>
Remove CONFIG_PHY_MICREL as per previous patch:
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sama5d3xek.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 69f3202ce71..6c28c4c19eb 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -89,7 +89,6 @@ #define CONFIG_CMD_NAND_TRIMFFS #endif -#define CONFIG_PHY_MICREL #define CONFIG_PHY_MICREL_KSZ9021 /* USB */ |
