diff options
| author | Peter Robinson <[email protected]> | 2021-12-21 12:32:49 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-07 09:30:45 -0500 |
| commit | 87c34fe21658289f742635a7bf1e13867dd745bd (patch) | |
| tree | 963ba155f81b872df53410aec44a887d6e3c6e97 /include | |
| parent | 79ac6917d0fba793029c294fbfcb660a5a8fbdeb (diff) | |
udoo_neo: Enable support for USB and storage
Enable support for USB and USB storage on the UDOO Neo.
Signed-off-by: Peter Robinson <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/udoo_neo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index e2b432e1c48..3a7cb050b10 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -50,6 +50,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 1) \ + func(USB, usb, 0) \ func(DHCP, dhcp, na) #include <config_distro_bootcmd.h> |
