From mboxrd@z Thu Jan 1 00:00:00 1970 From: Masahiro Yamada Date: Mon, 07 Oct 2013 18:26:57 +0900 Subject: [U-Boot] [PATCH] ARM: align MVBAR on 32 byte boundary In-Reply-To: <52527029.8060201@linaro.org> References: <1381114016-3787-1-git-send-email-yamada.m@jp.panasonic.com> <52527029.8060201@linaro.org> Message-ID: <20131007182657.272A.AA925319@jp.panasonic.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Andre, > Masahiro, > > good catch, thanks for spotting! > > I am wondering whether we need the alignment statements in the various > start.S files also, because the lower 5 bits are reserved for VBAR too. I think start.o is always located at the begnning of .text section. So, we do not need explicitely align. Best Regards Masahiro Yamada