]> git.baikalelectronics.ru Git - uboot.git/commit
tools: kwbimage: Preserve order of BINARY, DATA and DATA_DELAY commands
authorPali Rohár <pali@kernel.org>
Wed, 12 Jan 2022 17:20:38 +0000 (18:20 +0100)
committerStefan Roese <sr@denx.de>
Fri, 14 Jan 2022 10:39:16 +0000 (11:39 +0100)
commit8916ad75f3df232de80ac492f3add3246f2b948f
tree531ed1717eb732a309cffe6150e6ced27dcd6ed4
parent0c2c5f67461796d730bfe63db27bcf657902bdd6
tools: kwbimage: Preserve order of BINARY, DATA and DATA_DELAY commands

Preserve the order of BINARY, DATA and DATA_DELAY commands as they appear
in the input file. They may depend on each other.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
tools/kwbimage.c