boot/uboot: fix environment image generation on big endian systems
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 14 Oct 2018 19:11:58 +0000 (21:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 14 Oct 2018 19:11:58 +0000 (21:11 +0200)
commitd6fcf044a747284df4eddaf106082ebb571976b3
treed1473a779d67c4fe36f3914b30edaa022a08d82d
parent671ede36f5a1b458c5b00d887585fe8a06b6bc7c
boot/uboot: fix environment image generation on big endian systems

As reported by Jeff Wittrock in bug #11396, the U-Boot environment
image checksum is invalid for big endian targets, because the test on
the BR2_ENDIAN Config.in option doesn't take into account that it is
double quoted.

The fix was provided by Jeff himself on bugzilla.

Fixes bug #11396.

Reported-by: Jeff Wittrock <jwittrock@faultrecorder.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
boot/uboot/uboot.mk