diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-02-05 11:01:24 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-02-09 21:52:05 +0100 |
commit | eda794d2cc2bfe1fe32736dfb611eb01d0a23d04 (patch) | |
tree | c440efb2c3559dfbdd7c89dee8d98bbd3918ee12 /src | |
parent | 662237614b125c4039288a06df7af2a32317a554 (diff) | |
download | coreboot-eda794d2cc2bfe1fe32736dfb611eb01d0a23d04.tar.xz |
vboot2: Store depthcharge graphic assets only in RO
These files aren't updated (or updatable), and as such don't need to be
copied to the RW sections.
Change-Id: Ie78936792ad651fbf8500fc7e34f0899e33a904c
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/13633
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/vendorcode/google/chromeos/vboot2/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vendorcode/google/chromeos/vboot2/Makefile.inc b/src/vendorcode/google/chromeos/vboot2/Makefile.inc index 34f1f745dc..61cf71df5a 100644 --- a/src/vendorcode/google/chromeos/vboot2/Makefile.inc +++ b/src/vendorcode/google/chromeos/vboot2/Makefile.inc @@ -95,4 +95,8 @@ regions-for-file = $(subst $(spc),$(comma),$(sort \ %/romstage) \ mts \ %/verstage \ + locales \ + locale_%.bin \ + font.bin \ + vbgfx.bin \ ,$(1)),COREBOOT,COREBOOT FW_MAIN_A FW_MAIN_B))) |