From: Simon Glass Date: Mon, 31 Jul 2023 03:01:57 +0000 (-0600) Subject: x86: edison: Convert to text environment X-Git-Tag: v2023.10-rc3~15^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a68a7abc3da15a6e441faed1c7dad2f57e66e259;p=pandora-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 00000000000..c7d4de7b039 --- /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 */