]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commiteac7b0011692495350c4b603b1cdc563bc2b3356
tree82e8d122bc776e84f5e94dedb2c494b6d777a64a
parent955ca9d85dcdbade4b0b4ed20edcd48201d9bf01
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