From aaf957af4e3ffc92150d52024fdfb33251b58a83 Mon Sep 17 00:00:00 2001 From: b1ackmai1er <39449559+b1ackmai1er@users.noreply.github.com> Date: Sun, 28 Oct 2018 18:02:06 +0800 Subject: [PATCH] Update build process to build additonal ROM image --- Source/HBIOS/Build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/HBIOS/Build.ps1 b/Source/HBIOS/Build.ps1 index e158b601..84e0b717 100644 --- a/Source/HBIOS/Build.ps1 +++ b/Source/HBIOS/Build.ps1 @@ -234,7 +234,7 @@ if ($Platform -eq "UNA") } else { - Concat 'hbios_rom.bin','osimg.bin','osimg.bin','osimg.bin',$RomDiskFile $RomFile + Concat 'hbios_rom.bin','osimg.bin','osimg1.bin','osimg.bin',$RomDiskFile $RomFile Concat 'hbios_app.bin','osimg.bin' $ComFile Concat 'hbios_img.bin','osimg.bin' $ImgFile }