diff options
author | Tom Rini <trini@konsulko.com> | 2018-06-04 11:57:37 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-04 11:57:37 -0400 |
commit | 358b6a20e4428f1834dc96aff14077d43e9cd190 (patch) | |
tree | 42274d716428a5c12a0ee1be39ec7f32faa452fc /configs/efi-x86_defconfig | |
parent | 35ada864decc17ac59b4ee43699e0a55d09dea48 (diff) | |
download | u-boot-358b6a20e4428f1834dc96aff14077d43e9cd190.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/efi-x86_defconfig')
-rw-r--r-- | configs/efi-x86_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/efi-x86_defconfig b/configs/efi-x86_defconfig index 4cf55548ab..815b51e27a 100644 --- a/configs/efi-x86_defconfig +++ b/configs/efi-x86_defconfig @@ -1,4 +1,6 @@ CONFIG_X86=y +CONFIG_DEBUG_UART_BASE=0 +CONFIG_DEBUG_UART_CLOCK=0 CONFIG_VENDOR_EFI=y CONFIG_DEFAULT_DEVICE_TREE="efi" CONFIG_TARGET_EFI=y @@ -30,8 +32,6 @@ CONFIG_EFI_PARTITION=y CONFIG_OF_EMBED=y # CONFIG_DM_ETH is not set CONFIG_DEBUG_EFI_CONSOLE=y -CONFIG_DEBUG_UART_BASE=0 -CONFIG_DEBUG_UART_CLOCK=0 CONFIG_SPI=y CONFIG_ICH_SPI=y # CONFIG_REGEX is not set |