aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRui Miguel Silva2022-06-29 11:06:16 +0100
committerMarek Vasut2022-07-12 21:59:54 +0200
commit018cdfc3d01618d9ec6547d4602c12d3ae6e7c2c (patch)
treeb79b306691bb735a0f3539b72ddb603b0950a202 /include
parent88861a2c2c4f4f00008c14911e05f645ae5dd915 (diff)
corstone1000: enable isp1763 usb controller and mmc
MPS3 board have a ISP1763 usb controller, enable it to be used for mass storage access for example. Enable the usb command also and for the FVP support for mass storage enable the mmc command. Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/corstone1000.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/corstone1000.h b/include/configs/corstone1000.h
index 38d7fe8d0d4..8e0230c135e 100644
--- a/include/configs/corstone1000.h
+++ b/include/configs/corstone1000.h
@@ -24,4 +24,10 @@
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
+#define BOOT_TARGET_DEVICES(func) \
+ func(USB, usb, 0)
+
+#include <config_distro_bootcmd.h>
+
+
#endif