From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Tue, 07 Nov 2017 15:18:49 +0100 Subject: [U-Boot] [U-Boot, v5, 18/18] rockchip: mkimage: remove unused code-paths (spl_boot0 is now implied) In-Reply-To: <1507645279-25188-19-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1507645279-25188-19-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > tools/rkcommon.c | 45 ++++++++++++++------------------------------- > 1 file changed, 14 insertions(+), 31 deletions(-) > Applied to u-boot-rockchip/next, thanks!