summaryrefslogtreecommitdiff
path: root/arch/arm/lib
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-09-15 13:05:48 -0600
committerTom Rini <[email protected]>2025-10-03 16:55:44 -0600
commit601cebc29d2a41846bbad36453b97b065db656dd (patch)
tree9c97dd1b69fd48bf1a9cbb339f2a887e1993c64a /arch/arm/lib
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 <[email protected]> Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/arm/lib')
-rw-r--r--arch/arm/lib/spl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/lib/spl.c b/arch/arm/lib/spl.c
index c43a63f1819..6c7d1fb5629 100644
--- a/arch/arm/lib/spl.c
+++ b/arch/arm/lib/spl.c
@@ -46,8 +46,7 @@ void __weak board_init_f(ulong dummy)
}
/*
- * This function jumps to an image with argument. Normally an FDT or ATAGS
- * image.
+ * This function jumps to an image with argument, usually an FDT.
*/
#if CONFIG_IS_ENABLED(OS_BOOT)
#ifdef CONFIG_ARM64