RISC-V: Align boot image header with Linux
authorAtish Patra <atish.patra@wdc.com>
Wed, 9 Oct 2019 17:34:17 +0000 (10:34 -0700)
committerAndes <uboot@andestech.com>
Fri, 18 Oct 2019 01:04:19 +0000 (09:04 +0800)
commit70d64a4c7646aa51c0334618ccb9af0132d9d834
tree728cc2a111d0e341e95c7332c84bb57d69dc8d66
parentb332a897993bbcaa91e4c45fbe39212c1c528be1
RISC-V: Align boot image header with Linux

The released Linux boot image header in v5.3 is different from the
one present in U-Boot. Align the header with the new version. The
changes in Linux are backward compatible. Previous U-Boot releases
with older header will continue to work as well. As v5.3 kernel is
the first one to support image header, there is no compatibility
issue between new U-Boot (with this patch) and older kernel.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Rick Chen <rick@andestech.com>
arch/riscv/lib/image.c