From eda794d2cc2bfe1fe32736dfb611eb01d0a23d04 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 5 Feb 2016 11:01:24 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/13633 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/vendorcode/google/chromeos/vboot2/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vendorcode/google/chromeos') 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))) -- cgit v1.2.3