From 094998659b078d9f5565b2e0546870a5fbab47d2 Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Wed, 8 Jul 2015 13:03:26 -0700 Subject: [PATCH] veyron_danger: Enable eventlogging When commit c65b9f4 ("veyron_{brain,danger,rialto}: Enable eventlogging") was originally cherry-picked into the firmware branch, Danger did not exist in the firmware branch. So the hunk which applied to Danger got lost. BUG=none BRANCH=firmware-veyron TEST=emerge-veyron_danger works Change-Id: I17cc2ebce6c0b05987c7e54b601a7ce1ad16da75 Signed-off-by: David Hendricks Reviewed-on: https://chromium-review.googlesource.com/284107 --- src/mainboard/google/veyron_danger/Kconfig | 1 + src/mainboard/google/veyron_danger/mainboard.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/mainboard/google/veyron_danger/Kconfig b/src/mainboard/google/veyron_danger/Kconfig index 2dc427a6e1..72c31ffe5d 100644 --- a/src/mainboard/google/veyron_danger/Kconfig +++ b/src/mainboard/google/veyron_danger/Kconfig @@ -26,6 +26,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select CHROMEOS select CHROMEOS_VBNV_FLASH select COMMON_CBFS_SPI_WRAPPER + select ELOG select HAVE_HARD_RESET select MAINBOARD_DO_NATIVE_VGA_INIT select MAINBOARD_HAS_BOOTBLOCK_INIT diff --git a/src/mainboard/google/veyron_danger/mainboard.c b/src/mainboard/google/veyron_danger/mainboard.c index ab6ceab502..fb356c9c69 100644 --- a/src/mainboard/google/veyron_danger/mainboard.c +++ b/src/mainboard/google/veyron_danger/mainboard.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include @@ -36,6 +37,7 @@ #include #include #include +#include #include "board.h"