diff options
| author | Tom Rini <[email protected]> | 2025-02-19 18:49:47 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-19 18:49:47 -0600 |
| commit | c33ccc87254c1efd2c445a04ed6dd3113641f99d (patch) | |
| tree | f864928aca43114fa4d01b62c839a60621bb1873 /configs | |
| parent | 5e4031a5f6397542948bdc87f67477d7af6bcff1 (diff) | |
| parent | 03a76b1a737fc9cf511aa7520999968ec3d2fd78 (diff) | |
Merge patch series "bloblist: refactor xferlist and bloblist"
Tom Rini <[email protected]> says:
This small series separates "bloblist" and "standard passage" to allow
for these similar concepts to explore solutions to problems without
introduces breaking changes to the other.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/vexpress_fvp_bloblist_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vexpress_fvp_bloblist_defconfig b/configs/vexpress_fvp_bloblist_defconfig index dcc87db8723..4d52b96202b 100644 --- a/configs/vexpress_fvp_bloblist_defconfig +++ b/configs/vexpress_fvp_bloblist_defconfig @@ -1,5 +1,5 @@ #include <configs/vexpress_fvp_defconfig> CONFIG_BLOBLIST=y -CONFIG_BLOBLIST_PASSAGE=y +CONFIG_BLOBLIST_PASSAGE_MANDATORY=y CONFIG_BLOBLIST_SIZE_RELOC=0x10000 |
