treewide/Kconfig: Drop unneeded empty lines
Change-Id: If8aa28a22625b7b2cf9b58958de87ee752f637f6 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45247 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
131d9f5190
commit
690b6bcb49
|
@ -135,7 +135,6 @@ config LINUXBOOT_KERNEL_UIMAGE
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
||||||
config LINUXBOOT_DTB_FILE
|
config LINUXBOOT_DTB_FILE
|
||||||
string "Compiled devicetree file"
|
string "Compiled devicetree file"
|
||||||
depends on LINUXBOOT_ARM64 || LINUXBOOT_RISCV
|
depends on LINUXBOOT_ARM64 || LINUXBOOT_RISCV
|
||||||
|
|
|
@ -52,5 +52,4 @@ config DIE_ON_UNKNOWN_INTERRUPT
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1144,7 +1144,6 @@ config EM100
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Set variables with no prompt - these can be set anywhere, and putting at
|
# Set variables with no prompt - these can be set anywhere, and putting at
|
||||||
# the end of this file gives the most flexibility.
|
# the end of this file gives the most flexibility.
|
||||||
|
|
|
@ -11,7 +11,6 @@ endchoice
|
||||||
|
|
||||||
source "src/mainboard/biostar/*/Kconfig"
|
source "src/mainboard/biostar/*/Kconfig"
|
||||||
|
|
||||||
|
|
||||||
config MAINBOARD_VENDOR
|
config MAINBOARD_VENDOR
|
||||||
default "Biostar"
|
default "Biostar"
|
||||||
|
|
||||||
|
|
|
@ -522,7 +522,6 @@ config PSP_VERSTAGE_SIGNING_TOKEN
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
|
||||||
config VBOOT
|
config VBOOT
|
||||||
select VBOOT_VBNV_CMOS
|
select VBOOT_VBNV_CMOS
|
||||||
select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
|
select VBOOT_VBNV_CMOS_BACKUP_TO_FLASH
|
||||||
|
|
Loading…
Reference in New Issue