From ce5acf4bfd25d7220e71befd86d6b4e1086273ed Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 8 Jan 2020 11:16:10 +0100 Subject: platform-v7a: Add barebox patchstack This adds a barebox patchstack which is needed for the rasperrypi which otherwise issues several warnings during boot. While at it add DWC2 USB support as well to finally get networking support for the raspberrypi. Signed-off-by: Sascha Hauer --- configs/platform-v7a/barebox-vexpress.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/platform-v7a/barebox-vexpress.config') diff --git a/configs/platform-v7a/barebox-vexpress.config b/configs/platform-v7a/barebox-vexpress.config index 617fb2c..66f98b4 100644 --- a/configs/platform-v7a/barebox-vexpress.config +++ b/configs/platform-v7a/barebox-vexpress.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Barebox/arm 2019.12.0 Configuration +# Barebox/arm 2019.12.0-20200108-1 Configuration # CONFIG_ARM=y CONFIG_ARM_LINUX=y @@ -533,6 +533,7 @@ CONFIG_USB=y CONFIG_USB_HOST=y # CONFIG_USB_DWC3 is not set CONFIG_USB_EHCI=y +# CONFIG_USB_DWC2_HOST is not set # CONFIG_USB_XHCI is not set # CONFIG_USB_ULPI is not set CONFIG_USB_STORAGE=y -- cgit v1.2.3