summaryrefslogtreecommitdiff
path: root/board/st/stm32f746-disco
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-07-21 15:16:00 +0900
committerTom Rini <trini@konsulko.com>2016-07-21 10:47:03 -0400
commitff87b0810753cfaec0e3094aa9fda8b12d6ca569 (patch)
tree33c9b1688dd3dffab7fd065fe05f74b657395d3c /board/st/stm32f746-disco
parent45031f1a1e575bf2e5ceb3e6e9f5b8b09f4945a1 (diff)
downloadu-boot-imx-ff87b0810753cfaec0e3094aa9fda8b12d6ca569.zip
u-boot-imx-ff87b0810753cfaec0e3094aa9fda8b12d6ca569.tar.gz
u-boot-imx-ff87b0810753cfaec0e3094aa9fda8b12d6ca569.tar.bz2
image: fix IH_ARCH_... values for uImage compatibility
Commit 555f45d8f916 ("image: Convert the IH_... values to enums") accidentally changed some IH_ARCH_... values. Prior to that commit, there existed a gap between IH_ARCH_M68K and IH_ARCH_MICROBLAZE, like follows. #define IH_ARCH_SPARC64 11 /* Sparc 64 Bit */ #define IH_ARCH_M68K 12 /* M68K */ #define IH_ARCH_MICROBLAZE 14 /* MicroBlaze */ #define IH_ARCH_NIOS2 15 /* Nios-II */ The enum conversion broke the compatibility with existing uImage files. Reverting 555f45d8f916 will cause build error unfortunately, so here is a more easy fix. I dug the git history and figured out the gap was introduced by commit 1117cbf2adac ("nios: remove nios-32 arch"). So, I revived IH_ARCH_NIOS just for filling the gap. I added comments to each enum block. Once we assign a value to IH_... it is not allowed to change it. Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/st/stm32f746-disco')
0 files changed, 0 insertions, 0 deletions