From 0be2ecd4861faa410491170e205488f9ee82a227 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 7 Nov 2019 14:25:00 -0500 Subject: configs: Resync with savedefconfig Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini --- configs/slimbootloader_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/slimbootloader_defconfig') diff --git a/configs/slimbootloader_defconfig b/configs/slimbootloader_defconfig index 3cbb83c7a4..1afb2810d2 100644 --- a/configs/slimbootloader_defconfig +++ b/configs/slimbootloader_defconfig @@ -1,6 +1,7 @@ CONFIG_X86=y CONFIG_VENDOR_INTEL=y CONFIG_TARGET_SLIMBOOTLOADER=y +# CONFIG_USE_CAR is not set CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y CONFIG_BOOTDELAY=10 @@ -18,4 +19,3 @@ CONFIG_REGMAP=y CONFIG_SYSCON=y # CONFIG_PCI_PNP is not set CONFIG_CONSOLE_SCROLL_LINES=5 -# CONFIG_USE_CAR is not set -- cgit