HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45135 )
Change subject: mb/Kconfig: Move MAINBOARD_VENDOR declaration before default entrie ......................................................................
mb/Kconfig: Move MAINBOARD_VENDOR declaration before default entrie
This is to make it visible in kconfig tools.
Change-Id: I2f5c89351c3b31b51c6fe3deebcbe2e7ccbb3105 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/Kconfig 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/45135/1
diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig index 77fcba1..9ab047c 100644 --- a/src/mainboard/Kconfig +++ b/src/mainboard/Kconfig @@ -8,11 +8,11 @@
endchoice
-source "src/mainboard/*/Kconfig" - config MAINBOARD_VENDOR string "Mainboard vendor name"
+source "src/mainboard/*/Kconfig" + config BOARD_ROMSIZE_KB_64 bool config BOARD_ROMSIZE_KB_128