per drmr, rename /system -> /bootmii and config.txt -> bootmii.ini

This commit is contained in:
bushing 2009-04-18 04:47:11 -07:00
parent 50c4b6f441
commit 51daa72471

2
main.c
View File

@ -39,7 +39,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "nand.h"
#include "boot2.h"
#define PPC_BOOT_FILE "/system/ppcboot.elf"
#define PPC_BOOT_FILE "/bootmii/ppcboot.elf"
FATFS fatfs;