Move out/shodan_boot_rom/multihart_boot_rom/multihart_boot_rom.elf up one directory Change-Id: I3ed59945f10be4211c7fe12f460f6cc23dd34aca
diff --git a/hps.resc b/hps.resc index 85bc09a..4cbef80 100644 --- a/hps.resc +++ b/hps.resc
@@ -47,7 +47,7 @@ uart5-analyzer TimestampFormat None # Load the bootrom into the 32k rom at 0x8000 (useVirtualAddress = false, allowLoadsOnlyToMemory = true) -sysbus LoadELF @out/shodan_boot_rom/multihart_boot_rom/multihart_boot_rom.elf false true cpu0 +sysbus LoadELF @out/shodan_boot_rom/multihart_boot_rom.elf false true cpu0 # Load the tarball of Tock on SEC, Tock on SMC, and HPS model. $tar ?= @out/hps_ext_flash_release.tar
diff --git a/shodan.resc b/shodan.resc index f0136bc..cd70b69 100644 --- a/shodan.resc +++ b/shodan.resc
@@ -39,7 +39,7 @@ uart5-analyzer TimestampFormat None # Load the bootrom into the 32k rom at 0x8000 (useVirtualAddress = false, allowLoadsOnlyToMemory = true) -sysbus LoadELF @out/shodan_boot_rom/multihart_boot_rom/multihart_boot_rom.elf false true cpu0 +sysbus LoadELF @out/shodan_boot_rom/multihart_boot_rom.elf false true cpu0 # Load the tarball of CAmkES components, cpio bundle of built-in files, and the seL4 kernel $tar ?= @out/ext_flash_release.tar