From 5675796c81259abab4ffa338b407cc53eb4744e2 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 21 Jul 2016 15:52:20 -0500 Subject: [PATCH] GNAWTY: update Full ROM w/corrected emmc/sd addresses --- sources.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources.sh b/sources.sh index 40f7889..1f731c3 100644 --- a/sources.sh +++ b/sources.sh @@ -3,7 +3,7 @@ #define these here for easy updating -script_date="[2016-07-19]" +script_date="[2016-07-21]" #where the stuff is util_source="https://www.mrchromebox.tech/files/util/" @@ -49,7 +49,7 @@ coreboot_samus="coreboot-seabios-samus-20160324-coolstar.rom" #BayTrail full ROMs coreboot_enguarde="coreboot-seabios-enguarde-mrchromebox-20160719.rom" coreboot_glimmer="coreboot-seabios-glimmer-mrchromebox-20160719.rom" -coreboot_gnawty="coreboot-seabios-gnawty-mrchromebox-20160719.rom" +coreboot_gnawty="coreboot-seabios-gnawty-mrchromebox-20160721.rom" coreboot_ninja="coreboot-seabios-ninja-mrchromebox-20160719.rom" coreboot_quawks="coreboot-seabios-quawks-mrchromebox-20160719.rom" coreboot_swanky="coreboot-seabios-swanky-mrchromebox-20160719.rom"