From: Simon Glass 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/%7B%7B%20%28.OutputFormats.Get?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 Reviewed-by: Andy Shevchenko # Intel Edison Reviewed-by: Bin Meng --- 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 */