diff options
| author | Tom Rini <[email protected]> | 2025-09-15 13:05:48 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-03 16:55:44 -0600 |
| commit | 601cebc29d2a41846bbad36453b97b065db656dd (patch) | |
| tree | 9c97dd1b69fd48bf1a9cbb339f2a887e1993c64a /arch/powerpc/lib | |
| parent | 70ae44f3713427be5368d0829b97cafbd01ef1f5 (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/powerpc/lib')
| -rw-r--r-- | arch/powerpc/lib/spl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/lib/spl.c b/arch/powerpc/lib/spl.c index 3a24cbfff3b..a2bf52c5adc 100644 --- a/arch/powerpc/lib/spl.c +++ b/arch/powerpc/lib/spl.c @@ -9,8 +9,7 @@ #include <linux/compiler.h> /* - * 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. */ #ifdef CONFIG_SPL_OS_BOOT void __noreturn jump_to_image_linux(struct spl_image_info *spl_image) |
