arm: use CONFIG_SUPPORT_PASSING_ATAGS
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 3 Sep 2021 08:24:39 +0000 (10:24 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 24 Sep 2021 18:30:46 +0000 (14:30 -0400)
commit6493fa4c3da3299ecf5fcbdb10de967162f12856
tree625b1760756012a4a1b78ea202e8f969392280cf
parent7d1fcaea128ff689aea75deaf7f75d75d1b553d3
arm: use CONFIG_SUPPORT_PASSING_ATAGS

Simplify the bootm and the spl code by using the new config
CONFIG_SUPPORT_PASSING_ATAGS.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/include/asm/bootm.h
arch/nds32/include/asm/bootm.h
arch/nds32/lib/bootm.c
cmd/spl.c