This adds some references to Marvell Dove as it is also supported by kwbimage. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@xxxxxxxxx> Acked-by: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> --- Cc: Thomas Petazzoni <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> Cc: Ezequiel Garcia <ezequiel.garcia@xxxxxxxxxxxxxxxxxx> Cc: barebox@xxxxxxxxxxxxxxxxxxx --- scripts/kwbimage.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/kwbimage.c b/scripts/kwbimage.c index 90714aa..14b35e7 100644 --- a/scripts/kwbimage.c +++ b/scripts/kwbimage.c @@ -1,5 +1,6 @@ /* - * Image manipulator for Kirkwood, Armada 370 and Armada XP platforms. + * Image manipulator for Marvell SoCs + * supports Kirkwood, Dove, Armada 370, and Armada XP * * (C) Copyright 2013 Thomas Petazzoni * <thomas.petazzoni@xxxxxxxxxxxxxxxxxx> @@ -15,9 +16,9 @@ * GNU General Public License for more details. * * This tool allows to extract and create bootable images for Marvell - * Kirkwood, Marvell Armada 370 and Armada XP SoCs. It supports two + * Kirkwood, Dove, Armada 370, and Armada XP SoCs. It supports two * versions of the bootable image format: version 0 (used on Marvell - * Kirkwood) and version 1 (used on Marvell Armada 370/XP). + * Kirkwood and Dove) and version 1 (used on Marvell Armada 370/XP). * * To extract an image, run: * ./scripts/kwbimage -x -i <image-file> -o <some-directory> @@ -53,7 +54,7 @@ #define ALIGN_SUP(x, a) (((x) + (a - 1)) & ~(a - 1)) -/* Structure of the main header, version 0 (Kirkwood) */ +/* Structure of the main header, version 0 (Kirkwood, Dove) */ struct main_hdr_v0 { uint8_t blockid; /*0 */ uint8_t nandeccmode; /*1 */ -- 1.7.10.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox