Searched hist:b0692428aecd4786cec04d39ebdd00f32baf5474 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/cpu/ |
| H A D | u-boot.lds | b0692428aecd4786cec04d39ebdd00f32baf5474 Fri Dec 24 13:19:43 UTC 2021 Joseph Chen <chenjh@rock-chips.com> arm: v7: u-boot.lds: promise 8 byte align
When AArch64 bl31 uses u-boot.dtb passed from SPL, it requires this fdt in a 8-byte aligned address, otherwise it causes a unaligned access exception.
If the u-boot is built with AArch32 mode, it's size maybe not 8-byte aligned, so does the fdt address.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Icb6797336122f23ef5e82aec731faceb3f54242d
|