From cdd20e3f66fe910da0545d3615decf511519b4a6 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 18 Apr 2024 08:29:35 -0600 Subject: Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"" As reported by Jonas Karlman this series breaks booting on some AArch64 platforms with common use cases. For now the best path forward is to revert the series. This reverts commit 777c28460947371ada40868dc994dfe8537d7115, reversing changes made to ab3453e7b12daef47b9e91da2a2a3d48615dc6fc. Link: https://lore.kernel.org/u-boot/50dfa3d6-a1ca-4492-a3fc-8d8c56b40b43@kwiboo.se/ Signed-off-by: Tom Rini --- include/bootm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/bootm.h') diff --git a/include/bootm.h b/include/bootm.h index 6983375ff8b..61160705215 100644 --- a/include/bootm.h +++ b/include/bootm.h @@ -317,7 +317,7 @@ void zimage_dump(struct boot_params *base_ptr, bool show_cmdline); * bootm_boot_start() - Boot an image at the given address * * @addr: Image address - * @cmdline: Command line to set, NULL for default + * @cmdline: Command line to set */ int bootm_boot_start(ulong addr, const char *cmdline); -- cgit v1.2.3