diff options
| author | Tom Rini <[email protected]> | 2026-03-20 14:53:42 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-03 13:42:49 -0600 |
| commit | 79a9978112757892d7cab13a8e65f1c22d2b3037 (patch) | |
| tree | cbb36c595aeacb052ad1f73c9ae28b6d72057079 /cmd/Kconfig | |
| parent | 5116481a7e604bf0985417f30d1a6fcbc89067b5 (diff) | |
loads: Add LMB as a dependency
As this command calls lmb_alloc_mem directly it must depend on LMB being
enabled.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index c52d2078320..4451cac9793 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1411,6 +1411,7 @@ config CMD_LOADM config CMD_LOADS bool "loads - Load a file over serial in S-Record format" + depends on LMB default y help Load an S-Record file over serial line |
