From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Tue, 07 Nov 2017 15:18:43 +0100 Subject: [U-Boot] [U-Boot, v5, 04/18] rockchip: mkimage: use spl_boot0 for all Rockchip SoCs In-Reply-To: <1507645279-25188-5-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1507645279-25188-5-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 > From: Kever Yang > > Enable the spl_boot0 in SPL and use the pre-padding TAG memory, > the mkimage do not need to pad it but only need to replace the value > with correct TAG value. > > Signed-off-by: Kever Yang > [Updated:] > Signed-off-by: Philipp Tomsich > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > tools/rkcommon.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > Applied to u-boot-rockchip/next, thanks!