[PATCH v2 9/9] riscv: Update alignment for some sections in linker scripts
Leo Liang
ycliang at andestech.com
Thu Apr 20 09:49:17 CEST 2023
On Thu, Apr 13, 2023 at 02:20:08PM +0800, Bin Meng wrote:
> Some sections in the linker scripts are aligned to 4 bytes, which
> may cause misaligned exception on some platforms, e.g.: clearing
> the bss section on 64-bit hardware if __bss_start does not start
> from a naturally 8 bytes aligned address.
>
> Signed-off-by: Bin Meng <bmeng at tinylab.org>
>
> ---
>
> (no changes since v1)
>
> arch/riscv/cpu/u-boot-spl.lds | 2 +-
> arch/riscv/cpu/u-boot.lds | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
Reviewed-by: Leo Yu-Chi Liang <ycliang at andestech.com>
More information about the U-Boot
mailing list