From 0df332812fa52d109117722cf4e73b97ce57714e Mon Sep 17 00:00:00 2001 From: marcan Date: Mon, 9 Mar 2009 22:57:17 +0100 Subject: [PATCH] iosboot.bin -> armboot.bin --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 10e94e8..a917d56 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ LIBS = -lgcc ELFLOADER = ../elfloader/elfloader.bin MAKEBIN = python ../makebin.py -TARGET = iosboot.bin -ELF = iosboot.elf +TARGET = armboot.bin +ELF = armboot.elf OBJECTS = start.o main.o ipc.o vsprintf.o string.o gecko.o memory.o memory_asm.o \ utils_asm.o utils.o ff.o diskio.o sdhc.o powerpc_elf.o powerpc.o panic.o irq.o irq_asm.o \ exception.o exception_asm.o seeprom.o crypto.o nand.o boot2.o