Fixup the DUMP_MAGIC constant
This commit is contained in:
parent
934b567e5a
commit
f4fcdae630
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
#define LANG_SIZE XFLASH_SIZE
|
#define LANG_SIZE XFLASH_SIZE
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#define DUMP_MAGIC 0x47555255ul
|
#define DUMP_MAGIC 0x55525547ul
|
||||||
|
|
||||||
struct dump_header_t
|
struct dump_header_t
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue