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>
This commit is contained in:
committed by
Tom Rini
parent
7d1fcaea12
commit
6493fa4c3d
@@ -32,11 +32,7 @@ static const char **subcmd_list[] = {
|
||||
NULL,
|
||||
},
|
||||
[SPL_EXPORT_ATAGS] = (const char * []) {
|
||||
#if defined(CONFIG_SETUP_MEMORY_TAGS) || \
|
||||
defined(CONFIG_CMDLINE_TAG) || \
|
||||
defined(CONFIG_INITRD_TAG) || \
|
||||
defined(CONFIG_SERIAL_TAG) || \
|
||||
defined(CONFIG_REVISION_TAG)
|
||||
#ifdef CONFIG_SUPPORT_PASSING_ATAGS
|
||||
"start",
|
||||
"loados",
|
||||
#ifdef CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
|
||||
Reference in New Issue
Block a user