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

The AM33xx chiliboard and guardian boards use a slightly different
init stack pointer address compared to other AM33xx boards, for no
particular reason.

Align the address with other AM33xx boards 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/am335x_guardian_defconfig
configs/chiliboard_defconfig