diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-05-19 21:24:15 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-05-19 22:08:06 +0200 |
commit | 342535cc589d7cf16db230e41f26e456f3c3599a (patch) | |
tree | d0738d336ec90ef075f1fa909d451a1293d5bc8c /src/mainboard/google/veyron_rialto | |
parent | a6225fa0cfb54782ec4676343329f888128453a6 (diff) |
Remove Kconfig variable that has no effect
MAINBOARD_HAS_BOOTBLOCK_INIT is only declared once and selected elsewhere
(with no overlap), and never read. Remove it.
Change-Id: Ica1f16182b556dbf4a3b747237af74bcc4c0608c
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10254
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google/veyron_rialto')
-rw-r--r-- | src/mainboard/google/veyron_rialto/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/veyron_rialto/Kconfig b/src/mainboard/google/veyron_rialto/Kconfig index 83c78c5195..fe20a6ba2f 100644 --- a/src/mainboard/google/veyron_rialto/Kconfig +++ b/src/mainboard/google/veyron_rialto/Kconfig @@ -28,7 +28,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_HARD_RESET select MAINBOARD_DO_NATIVE_VGA_INIT select MAINBOARD_HAS_CHROMEOS - select MAINBOARD_HAS_BOOTBLOCK_INIT select RAM_CODE_SUPPORT select RETURN_FROM_VERSTAGE select SOC_ROCKCHIP_RK3288 |