mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-17 02:10:10 +00:00
1f6ec4b29e
...and max flash offset
The mtdsplit parser was recently refactored
to allow the kernel to have custom image header magic.
Let's also do this for the lzma-loader
For example:
When implemented together,
this allows the kernel to "appear" to be a rootfs
by OEM software in order to write an image
that is actually kernel + rootfs.
At the same time,
it would boot to openwrt normally
by setting the same magic in DTS.
Both of the variables
have a default value that is unchanged
when not defined in the makefiles
This has no effect on the size of the loader
when lzma compressed.
Signed-off-by: Michael Pratt <mcpratt@pm.me>
(cherry picked from commit
|
||
---|---|---|
.. | ||
ar71xx_regs.h | ||
board.c | ||
cache.c | ||
cache.h | ||
cacheops.h | ||
config.h | ||
cp0regdef.h | ||
head.S | ||
loader2.lds | ||
loader.c | ||
loader.lds | ||
lzma-data.lds | ||
LzmaDecode.c | ||
LzmaDecode.h | ||
LzmaTypes.h | ||
Makefile | ||
printf.c | ||
printf.h |