diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-07 14:25:00 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-07 17:58:06 -0500 |
commit | 0be2ecd4861faa410491170e205488f9ee82a227 (patch) | |
tree | df247f616950b76876d37af856f26def4271ca57 /configs/slimbootloader_defconfig | |
parent | d9110878895634cd9e8bf891c832d2a58b36863c (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/slimbootloader_defconfig')
-rw-r--r-- | configs/slimbootloader_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |