diff options
Diffstat (limited to 'board/chromebook-x86/coreboot/Kconfig')
-rw-r--r-- | board/chromebook-x86/coreboot/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/chromebook-x86/coreboot/Kconfig b/board/chromebook-x86/coreboot/Kconfig index 64cd347f31..83385c7207 100644 --- a/board/chromebook-x86/coreboot/Kconfig +++ b/board/chromebook-x86/coreboot/Kconfig @@ -1,19 +1,15 @@ if TARGET_COREBOOT config SYS_BOARD - string default "coreboot" config SYS_VENDOR - string default "chromebook-x86" config SYS_SOC - string default "coreboot" config SYS_CONFIG_NAME - string default "coreboot" endif |