arm: zimage: add barebox image magic number
authorChristoph Fritz <chf.fritz@googlemail.com>
Fri, 3 May 2019 11:19:49 +0000 (13:19 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 10 May 2019 00:21:59 +0000 (20:21 -0400)
commit02c038ddb30fa52bb3f9fc9c80ad0776398b70a7
treecca3357f3a835b6bf30095b32ca0c68c620a9ae9
parent89a5317ae274991507931cb08f5142584561ec41
arm: zimage: add barebox image magic number

For chainboot configurations or test environments, this patch allows
booting barebox images by using command bootz.

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
arch/arm/lib/zimage.c