firmware-utils: mkmerakifw-old: Add le32 support
authorMatthew Hagan <mnhagan88@gmail.com>
Thu, 5 Aug 2021 22:24:40 +0000 (22:24 +0000)
committerRafał Miłecki <rafal@milecki.pl>
Tue, 5 Oct 2021 13:42:00 +0000 (15:42 +0200)
commit1487e970bd7e6e9108398b2768b0af869a9c12bb
tree6b5ebc70253b6fa4ca4f03adedd04f4fac92ab02
parented222d4562b4bf5812e45e02c6ac18979917dd25
firmware-utils: mkmerakifw-old: Add le32 support

mkmerakifw-old was created for the z1 which uses the AR9344 SoC with
be32 addressing. The MX64/MX65 devices use the same header style, however
these boards use a BCM NSP SoC with le32 addressing.

Since we may be booting initramfs images with this header, which may be
of any size, within reason, board->imagelen is set to 0. The kernel
image shoule be limited in the image Makefile.

Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
src/mkmerakifw-old.c