X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fmxsimage.h;h=a6a45a4b03a0a42e049b1731fc8be32f1c9add05;hb=3fc85a782a3d46fcb32bfb93829d2424d696c4d3;hp=6cd59d2dbbef530d2be9ada466d16547a058d45a;hpb=19d829fa60fc4e6df514a046142faaaf9fc8185d;p=oweals%2Fu-boot.git diff --git a/tools/mxsimage.h b/tools/mxsimage.h index 6cd59d2dbb..a6a45a4b03 100644 --- a/tools/mxsimage.h +++ b/tools/mxsimage.h @@ -1,9 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Freescale i.MX28 SB image generator * * Copyright (C) 2012 Marek Vasut - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __MXSSB_H__ @@ -81,8 +80,9 @@ struct sb_boot_image_header { #define SB_VERSION_MAJOR 1 #define SB_VERSION_MINOR 1 -/* Enable to HTLLC verbose boot report. */ -#define SB_IMAGE_FLAG_VERBOSE (1 << 0) +/* Enable to HTLLC boot report. */ +#define SB_IMAGE_FLAG_DISPLAY_PROGRESS (1 << 0) +#define SB_IMAGE_FLAGS_MASK SB_IMAGE_FLAG_DISPLAY_PROGRESS struct sb_key_dictionary_key { /* The CBC-MAC of image and sections header. */