Skip to content

Commit 1b1527d

Browse files
committed
uboot-rockchip: disable video output to reduce size
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
1 parent d34697c commit 1b1527d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/boot/uboot-rockchip/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ UBOOT_CUSTOMIZE_CONFIG := \
442442
--disable EFI_CAPSULE_FIRMWARE_RAW \
443443
--disable SPL_FIT_SIGNATURE \
444444
--disable USB_FUNCTION_FASTBOOT \
445+
--disable VIDEO \
445446
)
446447

447448
UBOOT_MAKE_FLAGS += \

0 commit comments

Comments
 (0)