]> git.ipfire.org Git - people/ms/u-boot.git/commit - tools/rkcommon.c
rockchip: mkimage: remove unused code-paths (spl_boot0 is now implied)
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 10 Oct 2017 14:21:18 +0000 (16:21 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 21 Nov 2017 22:57:23 +0000 (23:57 +0100)
commit95d363cc30ad1e92c01b577b046856c7c608f4d6
tree82e8d122bc776e84f5e94dedb2c494b6d777a64a
parent4bbb05bcb505f347fab383bbfb40d126fd1c5096
rockchip: mkimage: remove unused code-paths (spl_boot0 is now implied)

With all targets converted to generate prepadded images, this removes
the spl_boot0 field from our config structure and removes the unused
code-path (for images that are not prepadded): i.e. spl_boot0 is now
implied as 'true' and the code is specialised by removing the other
case.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
tools/rkcommon.c