diff options
author | Simon Glass | 2023-08-14 16:40:25 -0600 |
---|---|---|
committer | Tom Rini | 2023-08-25 13:54:33 -0400 |
commit | 040b04685ea4c47a5148c2fcc2ff6dfdd83bc714 (patch) | |
tree | c7b2257b3916b3769b15ffa336389b559364dd76 /boot/cedit.c | |
parent | 431b21fd407f4a76cdc182ee40184311562e5505 (diff) |
expo: Split out cedit into its own header
Before adding more functions to this interface, create a new header for
the configuration editor.
Fix up the expo header guard while we are here.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/cedit.c')
-rw-r--r-- | boot/cedit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/cedit.c b/boot/cedit.c index ee24658917b..2d16086bad6 100644 --- a/boot/cedit.c +++ b/boot/cedit.c @@ -7,6 +7,7 @@ */ #include <common.h> +#include <cedit.h> #include <cli.h> #include <dm.h> #include <expo.h> |