diff options
| author | Vagrant Cascadian <[email protected]> | 2017-07-27 12:46:24 -0400 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2017-07-28 13:44:54 +0200 |
| commit | 3b22599e1ae951965e1ee215e02ebd84a6ac27d9 (patch) | |
| tree | 4f5eaa3632a9691c247a09caaf86239041ba0c5b /include | |
| parent | cb5761f774dffeff7cf19d40803613db7089c9af (diff) | |
arm: imx: Enable booting from SATA on wandboard.
Enable booting from SATA on the wandboard.
Sata support was already enabled, but distro_bootcmd is not configured
to boot from it.
Signed-off-by: Vagrant Cascadian <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/wandboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index a8a48a597f0..4c6b3188ec9 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -124,6 +124,7 @@ #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ func(MMC, mmc, 1) \ + func(SATA, sata, 0) \ func(USB, usb, 0) \ func(PXE, pxe, na) \ func(DHCP, dhcp, na) |
