From cbb4268fdf36b46fe83c435e245ea57917627442 Mon Sep 17 00:00:00 2001 From: rozlette Date: Thu, 8 Nov 2018 21:38:45 -0600 Subject: [PATCH] boot_0x80081820 was already matching --- codescript.txt | 2 +- src/{boot => boot_O2_g3}/boot_0x80081820.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{boot => boot_O2_g3}/boot_0x80081820.c (100%) diff --git a/codescript.txt b/codescript.txt index ed1e6f08b2..d5aadbac9a 100644 --- a/codescript.txt +++ b/codescript.txt @@ -7,7 +7,7 @@ SECTIONS build/asm/boot_0x800805E0.o(.text) build/asm/boot_0x80080790.o(.text) build/asm/boot_0x80080E30.o(.text) - build/asm/boot_0x80081820.o(.text) + build/src/boot_O2_g3/boot_0x80081820.o(.text) build/asm/boot_0x80081920.o(.text) build/asm/boot_0x80081980.o(.text) build/asm/boot_0x80083EB0.o(.text) diff --git a/src/boot/boot_0x80081820.c b/src/boot_O2_g3/boot_0x80081820.c similarity index 100% rename from src/boot/boot_0x80081820.c rename to src/boot_O2_g3/boot_0x80081820.c