diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-06-29 22:52:26 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-06-30 08:18:46 +0200 |
commit | f73f06cb73b1208bc0c4fdf6268349d9ed677f3b (patch) | |
tree | 4aaf7988b0a43c3aeb70426e7509114991b7d388 /src | |
parent | dea4bb676a48338ef272ef68706b7bc7bf1fa448 (diff) | |
download | coreboot-f73f06cb73b1208bc0c4fdf6268349d9ed677f3b.tar.xz |
google/cosmos: romstage needs the accessor functions for buttons
In Chrome OS mode, the romstage tries to interpret the various buttons on the
device, so it needs access to the accessor functions.
Change-Id: Iecfd37e79883d826e15c474d77095fbbbb2b7cea
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10705
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/cosmos/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/cosmos/Makefile.inc b/src/mainboard/google/cosmos/Makefile.inc index 0ab249169e..e8c0869afc 100644 --- a/src/mainboard/google/cosmos/Makefile.inc +++ b/src/mainboard/google/cosmos/Makefile.inc @@ -26,6 +26,7 @@ verstage-y += chromeos.c verstage-y += reset.c romstage-y += boardid.c +romstage-y += chromeos.c romstage-y += romstage.c romstage-y += reset.c |