]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Restore compatibility of image type IDs
authorStefano Babic <sbabic@denx.de>
Mon, 17 Dec 2018 10:02:00 +0000 (11:02 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 17 Dec 2018 12:09:29 +0000 (07:09 -0500)
commit24431adc366c67c7755c0c6a956978f3b66ad550
tree88872249b6f92b2d97fa50a6ba7893f420ff4d00
parentd597b26d5132643118333b2372757fb402ba0579
Restore compatibility of image type IDs

Commit a2b96ece5be146f4995d737f047e5bbb76079b8f breaks the enumeration
of the Image Types. New image types can be appended, but they cannot be
inserted in the list else backward compatibility is broken.

This restores the images types as before 2018.11 and move i.MX8 related
images at the end.

Signed-off-by: Robert Berger <robert.berger@ReliableEmbeddedSystems.com>
Signed-off-by: Stefano Babic <sbabic@denx.de>
CC: Tom Rini <trini@konsulko.com>
include/image.h