diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2017-07-27 12:46:24 -0400 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-07-28 13:44:54 +0200 |
commit | 3b22599e1ae951965e1ee215e02ebd84a6ac27d9 (patch) | |
tree | 4f5eaa3632a9691c247a09caaf86239041ba0c5b /include/configs/wandboard.h | |
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 <vagrant@debian.org>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'include/configs/wandboard.h')
-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 a8a48a597f..4c6b3188ec 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) |