[PATCH v1 06/17] rockchip: configs: mk808: add spl usb configs

Johan Jonker jbx6244 at gmail.com
Sun May 8 17:08:14 CEST 2022


Add usb spl configs for mk808.

Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
---
 include/configs/mk808.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/mk808.h b/include/configs/mk808.h
index e2ab2b51..5a0c7fbc 100644
--- a/include/configs/mk808.h
+++ b/include/configs/mk808.h
@@ -6,4 +6,7 @@
 #define ROCKCHIP_DEVICE_SETTINGS
 #include <configs/rk3066_common.h>
 
+#define CONFIG_SYS_USB_FAT_BOOT_PARTITION	1
+#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME		"u-boot.img"
+
 #endif
-- 
2.20.1



More information about the U-Boot mailing list