summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-08-07 16:47:30 -0600
committerTom Rini <[email protected]>2024-08-09 16:03:20 -0600
commit264f4b0b34c027fb913c3eac425ecfa30cef1f10 (patch)
tree83f2a33096ab2252d5ebe51e72f519a2eb6301e8 /boot
parent637be2e53f66034ed7475d5981e4445a538a7639 (diff)
upl: Add a command
Add a 'upl' command to work with Universal Payload features. For now it only supports reading and writing a handoff structure. Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index d5f1304490b..e37b08bf391 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -747,6 +747,7 @@ config BOOTMETH_SCRIPT
config UPL
bool "upl - Universal Payload Specification"
+ imply CMD_UPL
imply UPL_READ
imply UPL_WRITE
help