]> git.dujemihanovic.xyz Git - u-boot.git/commit
dra7xx: Unify init stack pointer address across boards
authorPaul Kocialkowski <contact@paulk.fr>
Sun, 28 Jul 2024 20:24:55 +0000 (22:24 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 7 Aug 2024 00:32:45 +0000 (18:32 -0600)
commit60f34f3e92bcb5d6786dc4e0b5a5674a08a4463e
treec9db86da7a669ba025000d49356489778b1b142f
parente7f605816ae6b49c1bb774152e3cce20654f01ac
dra7xx: Unify init stack pointer address across boards

The DRA7xx EVM board use a slightly different init stack pointer
address compared to the AM57xx EVM board, for no particular reason.

Align the address with the AM57xx EVM board (which matches the usual
offset to the end of SRAM used by other OMAP devices) prior to removing
it as a per-board option in a later commit.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Tom Rini <trini@konsulko.com>
Tested-by: Derald D. Woods <woods.technical@gmail.com>
configs/dra7xx_evm_defconfig
configs/dra7xx_hs_evm_defconfig
configs/dra7xx_hs_evm_usb_defconfig