Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/77186?usp=email )
Change subject: mb/google/veyron_{mickey;rialto}: Remove empty mainboard_power_on_backlight() ......................................................................
mb/google/veyron_{mickey;rialto}: Remove empty mainboard_power_on_backlight()
Change-Id: I0c074a4a26664909b5f7b09e515f9db4b4ddf6be Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/mainboard/google/veyron_mickey/mainboard.c M src/mainboard/google/veyron_rialto/mainboard.c 2 files changed, 0 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/77186/1
diff --git a/src/mainboard/google/veyron_mickey/mainboard.c b/src/mainboard/google/veyron_mickey/mainboard.c index 3df0c49..bde0569 100644 --- a/src/mainboard/google/veyron_mickey/mainboard.c +++ b/src/mainboard/google/veyron_mickey/mainboard.c @@ -89,8 +89,3 @@ dma->range_start = (uintptr_t)_dma_coherent; dma->range_size = REGION_SIZE(dma_coherent); } - -void mainboard_power_on_backlight(void) -{ - return; -} diff --git a/src/mainboard/google/veyron_rialto/mainboard.c b/src/mainboard/google/veyron_rialto/mainboard.c index faf41fa..4f84eed 100644 --- a/src/mainboard/google/veyron_rialto/mainboard.c +++ b/src/mainboard/google/veyron_rialto/mainboard.c @@ -95,8 +95,3 @@ dma->range_start = (uintptr_t)_dma_coherent; dma->range_size = REGION_SIZE(dma_coherent); } - -void mainboard_power_on_backlight(void) -{ - return; -}