summaryrefslogtreecommitdiff
path: root/cmd/spl.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-24 20:35:50 -0400
committerTom Rini <trini@konsulko.com>2021-09-24 20:35:50 -0400
commitbf0491f8d8c2f259b6b7356744b9e6e05be8f6f2 (patch)
treedecd8c20bc02d9039ce2ea6952e4642a71bc8190 /cmd/spl.c
parent7d1fcaea128ff689aea75deaf7f75d75d1b553d3 (diff)
parentcc5afabc9d32933578536401114f91bbecff158b (diff)
Merge branch '2021-09-24-assorted-updates' into next
- A few minor updates
Diffstat (limited to 'cmd/spl.c')
-rw-r--r--cmd/spl.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/cmd/spl.c b/cmd/spl.c
index 472703f8fe1..8a2ded72be9 100644
--- a/cmd/spl.c
+++ b/cmd/spl.c
@@ -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