From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Tue, 07 Nov 2017 15:18:44 +0100 Subject: [U-Boot] [U-Boot, v5, 06/18] rockchip: rk3036: use aligned address for SPL_TEXT_BASE In-Reply-To: <1507645279-25188-7-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1507645279-25188-7-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 the boot0-hook inserting the additional padding to receive our > SPL magic, the SPL_TEXT_BASE can be aligned again. > > Signed-off-by: Philipp Tomsich > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > include/configs/rk3036_common.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to u-boot-rockchip/next, thanks!