From 7332114636970c9cc7644f10855dfb2fbeddaa9c Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 7 Jul 2024 14:56:19 +0800 Subject: [PATCH] uboot-rockchip: reduce uboot size for miniloader Signed-off-by: Tianling Shen --- package/boot/uboot-rockchip/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile index 3ac413c3df..048f61be42 100644 --- a/package/boot/uboot-rockchip/Makefile +++ b/package/boot/uboot-rockchip/Makefile @@ -347,6 +347,7 @@ UBOOT_CUSTOMIZE_CONFIG := \ --disable EFI_CAPSULE_ON_DISK \ --disable EFI_CAPSULE_FIRMWARE_RAW \ --disable SPL_FIT_SIGNATURE \ + --disable USB_FUNCTION_FASTBOOT \ ) UBOOT_MAKE_FLAGS += \