diff options
author | Tom Rini <trini@konsulko.com> | 2025-02-11 18:09:05 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-02-11 18:09:05 -0600 |
commit | 87dec3078a0a36d2e6da7602b9a750010c2d111d (patch) | |
tree | 1f18e43f1a5a6e32dd4f0319cf58a5cfc3fbdf91 /include/bloblist.h | |
parent | b4df7003dfd06da630c248c958993a686fb1619b (diff) | |
parent | 42aebf0f987798599b5f2d2ca6098a775bb9f448 (diff) |
Merge patch series "Enable bloblist support on Vexpress64"
Harrison Mutai <harrison.mutai@arm.com> says:
This series of patches enhances the vexpress64 platform by enabling bloblist
support. It also introduces support for CONFIG_BLOBLIST_PASSAGE. This is
necessary to boot vexpress64 and other boards without manually specifying a
fixed address and size for the bloblist.
After this change, all the bloblist init modes are supported (i.e., fixed,
alloc, passage) and Vexpress64 boots with CONFIG_BLOBLIST_PASSAGE.
Link: https://lore.kernel.org/r/20250204175844.19890-1-harrison.mutai@arm.com
Diffstat (limited to 'include/bloblist.h')
-rw-r--r-- | include/bloblist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bloblist.h b/include/bloblist.h index 52ba0ddcf84..98aacf52733 100644 --- a/include/bloblist.h +++ b/include/bloblist.h @@ -481,7 +481,7 @@ int bloblist_init(void); /** * bloblist_maybe_init() - Init the bloblist system if not already done * - * Calls bloblist_init() if the GD_FLG_BLOBLIST_READY flag is not et + * Calls bloblist_init() if the GD_FLG_BLOBLIST_READY flag is not set * * Return: 0 if OK, -ve on error */ |