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>
This commit is contained in:
+1
-2
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user