mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:11:05 +02:00
fix silliness in [8886]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8889 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
81df3b167a
commit
41497a5586
@ -31,13 +31,8 @@
|
||||
#define AR7_PARTS 4
|
||||
#define ROOT_OFFSET 0xe0000
|
||||
|
||||
#ifdef CONFIG_CPU_LITTLE_ENDIAN
|
||||
#define LOADER_MAGIC1 0xfeedfa42
|
||||
#define LOADER_MAGIC2 0xfeed1281
|
||||
#else
|
||||
#define LOADER_MAGIC1 0x42faedfe
|
||||
#define LOADER_MAGIC2 0x8112edfe
|
||||
#endif
|
||||
#define LOADER_MAGIC1 le32_to_cpu(0xfeedfa42)
|
||||
#define LOADER_MAGIC2 le32_to_cpu(0xfeed1281)
|
||||
|
||||
struct ar7_bin_rec {
|
||||
unsigned int checksum;
|
||||
|
Loading…
x
Reference in New Issue
Block a user