tools: kwbimage: Don't parse PAYLOAD keyword
authorPali Rohár <pali@kernel.org>
Fri, 23 Jul 2021 09:14:10 +0000 (11:14 +0200)
committerStefan Roese <sr@denx.de>
Sat, 31 Jul 2021 07:49:31 +0000 (09:49 +0200)
commitc9b2134b6f475dfde89012d6ce0bf7e4bdee5888
tree4d68ed0ae03ba8354794752959d0b9e5f0514e5c
parentd9fb82c50851c2a6e1ad4425e8ea2130a27978f9
tools: kwbimage: Don't parse PAYLOAD keyword

The PAYLOAD keyword does nothing. No code is using it and both mkimage
and kwbimage completely ignore it. It looks like a relict from the past.
The payload image itself can be specified only via -d parameter to
mkimage.

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