diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2019-01-31 15:30:33 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-02-01 14:13:36 +0100 |
commit | 4c66157f427ad87d683b76d6819a00138e9f71dd (patch) | |
tree | 152d192a91ea03134061f7941beb2242624306e3 /MAINTAINERS | |
parent | fdceb0d7354fe24933b0c152510001e50a22a4ae (diff) | |
download | u-boot-4c66157f427ad87d683b76d6819a00138e9f71dd.tar.gz |
net: mscc: Move ocelot_switch to mscc_eswitch folder
Move file ocelot_switch to mscc_eswitch to prepare to add
new net drivers for other MSCC SoCs.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 95e9bda09d..e3a15868bc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -561,7 +561,7 @@ F: drivers/gpio/mscc_sgpio.c F: drivers/spi/mscc_bb_spi.c F: include/configs/vcoreiii.h F: drivers/pinctrl/mscc/ -F: drivers/net/ocelot_switch.c +F: drivers/net/mscc_eswitch/ MIPS JZ4780 M: Ezequiel Garcia <ezequiel@collabora.com> |