From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Tue, 07 Nov 2017 15:18:42 +0100 Subject: [U-Boot] [U-Boot, v5, 02/18] rockchip: boot0: align to 0x20 for armv7 '_start' In-Reply-To: <1507645279-25188-3-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1507645279-25188-3-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 > > The '_start' is using as vector table base address, and will write > to VBAR register, so it needs to be aligned to 0x20 for armv7. > > Signed-off-by: Kever Yang > [Updated to current code base:] > Signed-off-by: Philipp Tomsich > --- > > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > arch/arm/include/asm/arch-rockchip/boot0.h | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > Applied to u-boot-rockchip/next, thanks!