]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9fee7b92c9e7d6b40a229bd8297ce63e3ae09019
tree625b1760756012a4a1b78ea202e8f969392280cf
parent811d2eacf59a336accc7af1b15821d03f891c36d
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