]> git.baikalelectronics.ru Git - uboot.git/commit
aspeed/ast2600: Fix SPL linker script
authorJoel Stanley <joel@jms.id.au>
Tue, 28 Jun 2022 04:27:25 +0000 (13:57 +0930)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jun 2022 13:40:03 +0000 (09:40 -0400)
commit0c2f519325f53e92895e26a0e5b9689492cac7c3
tree519bfe66413efdc0d6c95150261c8dd8cc16dd1f
parent0098e36c68c6eb47757bf7d163b6a4033067e291
aspeed/ast2600: Fix SPL linker script

The commit fd3debd1d73c ("linker_lists: Rename sections to remove .
prefix") changed the name of the linker list sections. As the Aspeed SPL
linker wasn't in the tree yet, it missed the change.

This updates the SPL linker to match arch/arm/cpu/u-boot-spl.lds which
Aspeed was copied from.

Fixes: 78502352215e ("configs: ast2600: Move SPL bss section to DRAM space")
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/mach-aspeed/ast2600/u-boot-spl.lds