diff options
author | Tom Rini <trini@konsulko.com> | 2021-01-11 21:23:59 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-11 21:23:59 -0500 |
commit | f71e574cf993bb89b07420ad90c209fd3f0a3f68 (patch) | |
tree | f078d5c8a683b806508b606bcbe08603f1a97d8e /common/image.c | |
parent | d71be1990218957b9f05dbf13a72859a2abe06d7 (diff) | |
parent | 9267ff89ee27a624ddb5d8eb7d90830ee0ff6f77 (diff) |
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
- Pinecube board support
- 64-bit FEL support
- mkimage support for eGON images (superseding mksunxiboot)
- Bluetooth BD address generation
- some fixes
Diffstat (limited to 'common/image.c')
-rw-r--r-- | common/image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/image.c b/common/image.c index 451fc689a8..6923dac7c0 100644 --- a/common/image.c +++ b/common/image.c @@ -189,6 +189,7 @@ static const table_entry_t uimage_type[] = { { IH_TYPE_STM32IMAGE, "stm32image", "STMicroelectronics STM32 Image" }, { IH_TYPE_MTKIMAGE, "mtk_image", "MediaTek BootROM loadable Image" }, { IH_TYPE_COPRO, "copro", "Coprocessor Image"}, + { IH_TYPE_SUNXI_EGON, "sunxi_egon", "Allwinner eGON Boot Image" }, { -1, "", "", }, }; |