diff mbox series

[U-Boot,v2,2/2] sunxi: enable distro spi boot command

Message ID 20190130192129.25932-3-oskari@lemmela.net
State Changes Requested
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series sunxi: add spi flash bootcmd | expand

Commit Message

Oskari Lemmelä Jan. 30, 2019, 7:21 p.m. UTC
Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
---
 include/configs/sunxi-common.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index ed0cfc24f5..967f3e1f08 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -415,6 +415,7 @@  extern int soft_i2c_gpio_scl;
 	BOOT_TARGET_DEVICES_MMC(func) \
 	BOOT_TARGET_DEVICES_SCSI(func) \
 	BOOT_TARGET_DEVICES_USB(func) \
+	BOOT_TARGET_DEVICES_SPI(func) \
 	func(PXE, pxe, na) \
 	func(DHCP, dhcp, na)