aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/google/chromeos
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2016-02-05 11:01:24 +0100
committerPatrick Georgi <pgeorgi@google.com>2016-02-09 21:52:05 +0100
commiteda794d2cc2bfe1fe32736dfb611eb01d0a23d04 (patch)
treec440efb2c3559dfbdd7c89dee8d98bbd3918ee12 /src/vendorcode/google/chromeos
parent662237614b125c4039288a06df7af2a32317a554 (diff)
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/vendorcode/google/chromeos')
-rw-r--r--src/vendorcode/google/chromeos/vboot2/Makefile.inc4
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)))