rockchip: mkimage: Use an existing macro instead of a decimal value
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 18 Mar 2020 16:22:55 +0000 (17:22 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 26 Mar 2020 14:58:46 +0000 (22:58 +0800)
commite5a405583f5ce9576c5084a178622e2fdd49cb23
tree3fc81c10c5ec981831bf46e4e5bf17c1039a1c78
parent99f946976e185f9c4d94edce6bb123c9c341913a
rockchip: mkimage: Use an existing macro instead of a decimal value

Depending on the SoC, a header of four characters is prepended to the
image. There is already a macro defining the number of characters:
RK_SPL_HDR_SIZE, so use it instead of hardcoding "4".

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
tools/rkcommon.c