summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms/withdepthcharge
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-11-06 13:10:44 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-06 13:37:36 (EST)
commit6be3490d4d751eaa4af3823d3fd6eacb55a4b9bf (patch)
treeb4e5994468c49e4bb393e8d571e45d8f360c4d79 /resources/scripts/helpers/build/roms/withdepthcharge
parent4d81de68316cae4d91050b829e8a795cefbfebc7 (diff)
downloadlibreboot-6be3490d4d751eaa4af3823d3fd6eacb55a4b9bf.zip
libreboot-6be3490d4d751eaa4af3823d3fd6eacb55a4b9bf.tar.gz
libreboot-6be3490d4d751eaa4af3823d3fd6eacb55a4b9bf.tar.bz2
Replace Chromebook mentions with CrOS, that is more generic
Not all CrOS devices are Chromebooks (laptops) or run on ARM, not all RK3288 CrOS devices are Chromebooks, either. We want to support more CrOS devices, including some that are not Chromebooks, such as the ASUS Chromebit! Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'resources/scripts/helpers/build/roms/withdepthcharge')
-rwxr-xr-xresources/scripts/helpers/build/roms/withdepthcharge2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/roms/withdepthcharge b/resources/scripts/helpers/build/roms/withdepthcharge
index 9aa5003..8ae80a7 100755
--- a/resources/scripts/helpers/build/roms/withdepthcharge
+++ b/resources/scripts/helpers/build/roms/withdepthcharge
@@ -112,7 +112,7 @@ buildcoreboot() {
mv "coreboot.img" "$board/"
mv "ro-frid.img" "$board/"
# copy the scripts too
- cp "../resources/libreboot/install/depthcharge/chromebook-flash-replace" "$board/"
+ cp "../resources/libreboot/install/depthcharge/cros-flash-replace" "$board/"
cp "../resources/libreboot/install/depthcharge/${board}/layout.txt" "$board/"
# delete the old images from ../bin
rm -Rf "../bin/depthcharge/${board}/"