summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-09-15 13:05:48 -0600
committerTom Rini <trini@konsulko.com>2025-10-03 16:55:44 -0600
commit601cebc29d2a41846bbad36453b97b065db656dd (patch)
tree9c97dd1b69fd48bf1a9cbb339f2a887e1993c64a /include
parent70ae44f3713427be5368d0829b97cafbd01ef1f5 (diff)
cmd: spl: Remove ATAG support from this command
While we continue to have some systems which support extremely legacy OS booting methods, we do not have use cases for supporting this in Falcon mode anymore. Remove this support and references from the documentation. Co-developed-by: Anshul Dalal <anshuld@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/cmd_spl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/cmd_spl.h b/include/cmd_spl.h
index 51ec12edb90..45ea91e9bce 100644
--- a/include/cmd_spl.h
+++ b/include/cmd_spl.h
@@ -8,7 +8,6 @@
#define SPL_EXPORT (0x00000001)
#define SPL_EXPORT_FDT (0x00000001)
-#define SPL_EXPORT_ATAGS (0x00000002)
-#define SPL_EXPORT_LAST SPL_EXPORT_ATAGS
+#define SPL_EXPORT_LAST SPL_EXPORT_FDT
#endif /* _NAND_SPL_H_ */