From: Simon Glass <sjg@chromium.org>
Date: Mon, 31 Jul 2023 03:01:57 +0000 (-0600)
Subject: x86: edison: Convert to text environment
X-Git-Tag: v2025.01-rc5-pxa1908~891^2~8
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/git-logo.png?a=commitdiff_plain;h=a68a7abc3da15a6e441faed1c7dad2f57e66e259;p=u-boot.git

x86: edison: Convert to text environment

Don't use the common include since Edison's environment is empty.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> # Intel Edison
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
---

diff --git a/board/intel/edison/edison.env b/board/intel/edison/edison.env
new file mode 100644
index 0000000000..c7d4de7b03
--- /dev/null
+++ b/board/intel/edison/edison.env
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (c) 2017 Intel Corp.
+ */
+
+/* empty environment */