Cleanups in bootm command and related code
authorPiotr Dymacz <pepe2k@gmail.com>
Sun, 14 Aug 2016 08:33:03 +0000 (10:33 +0200)
committerPiotr Dymacz <pepe2k@gmail.com>
Sun, 14 Aug 2016 08:33:03 +0000 (10:33 +0200)
commit29a08659f0508c6f82cbca1a5ba5f38ef04081e9
tree80d30708ba0369e5dfa93f5e9945939c47320267
parent31870430c972f48785846c7d595128c9fa7cf2a1
Cleanups in bootm command and related code

Instead of selecting supported header type (standard U-Boot image
or custom TP-Link) at compile time, from now both headers are
supported. This allows to use both image types on all devices,
which sometimes might be useful.

Other changes:

- clean up code style, use tab size = 8
- restore support for Multi-File image, used in some ZBT routers
- add new TP-Link image header definition, get rid of old one
- restore CRC checksum tests (for image header and data)
- make image header information look better, include more data
- remove bootd command, as it was only alias for boot command
u-boot/common/cmd_bootm.c
u-boot/include/common.h
u-boot/include/tpLinuxTag.h [deleted file]
u-boot/include/tplink_image.h [new file with mode: 0644]