aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-08-14 16:40:25 -0600
committerTom Rini <trini@konsulko.com>2023-08-25 13:54:33 -0400
commit040b04685ea4c47a5148c2fcc2ff6dfdd83bc714 (patch)
treec7b2257b3916b3769b15ffa336389b559364dd76 /boot
parent431b21fd407f4a76cdc182ee40184311562e5505 (diff)
downloadu-boot-040b04685ea4c47a5148c2fcc2ff6dfdd83bc714.zip
u-boot-040b04685ea4c47a5148c2fcc2ff6dfdd83bc714.tar.gz
u-boot-040b04685ea4c47a5148c2fcc2ff6dfdd83bc714.tar.bz2
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')
-rw-r--r--boot/cedit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/cedit.c b/boot/cedit.c
index ee24658..2d16086 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>