- bootloader multi target

git-svn-id: http://moon:8086/svn/mips@98 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2017-01-18 17:47:36 +00:00
parent b552eceb84
commit 702cb814a1
8 changed files with 36 additions and 227 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "libsys_boot.h"
#include "libsys.h"
#define MAGIC_EB 0x4A464931 // "JFI1" in big-endian;
#define MAGIC_EL 0x3149464A // "JFI1" in little-endian;