]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support for NOR booting
authorPali Rohár <pali@kernel.org>
Mon, 2 May 2022 16:36:38 +0000 (18:36 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 23 May 2022 13:33:10 +0000 (09:33 -0400)
commit41a9455b648f713dc434910e155b635c9e7ab047
tree7fd27979bdb82094b300888bbf09d2effff8720b
parent505649ece272cc4cae0932cc31fc5db94df30236
powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support for NOR booting

Commit b0cae0c38545 ("powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support")
fixed SD card booting on mpc85xx boards but broke NOR booting on these
boards. Reason is that U-Boot build system for NOR images uses binman and
this binman ignores alignment defined in linker script. Instead it has own
config file where is alignment defined.

Fix binman alignment for mpc85xx boards to match what is _now_ defined in
linker script.

This change fixes building of U-Boot for NOR booting on P2020 board.

Fixes: b0cae0c38545 ("powerpc: mpc85xx: Fix CONFIG_OF_SEPARATE support")
Signed-off-by: Pali Rohár <pali@kernel.org>
arch/powerpc/dts/u-boot.dtsi