commit | b449a2b674b5f5d44d5277079019b7eb23639aea | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Tue Jun 28 13:57:25 2022 +0930 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 28 09:40:03 2022 -0400 |
tree | 519bfe66413efdc0d6c95150261c8dd8cc16dd1f | |
parent | 18209f71e232ceef8d0b655767464b62c28e527c [diff] |
aspeed/ast2600: Fix SPL linker script The commit 99e2fbcb69f0 ("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: 442a69c14375 ("configs: ast2600: Move SPL bss section to DRAM space") Signed-off-by: Joel Stanley <joel@jms.id.au>