[PATCH 11/22] x86: crownbay: Convert to text environment
Simon Glass
sjg at chromium.org
Mon Jul 31 05:01:54 CEST 2023
Use the common include.
Drop everything from the config.h file.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
board/intel/crownbay/crownbay.env | 6 ++++++
include/configs/crownbay.h | 17 -----------------
2 files changed, 6 insertions(+), 17 deletions(-)
create mode 100644 board/intel/crownbay/crownbay.env
diff --git a/board/intel/crownbay/crownbay.env b/board/intel/crownbay/crownbay.env
new file mode 100644
index 000000000000..9e95414c002e
--- /dev/null
+++ b/board/intel/crownbay/crownbay.env
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright (C) 2014, Bin Meng <bmeng.cn at gmail.com>
+ */
+
+#include <env/x86.env>
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h
index 387bb8800e89..0c842dd01ebe 100644
--- a/include/configs/crownbay.h
+++ b/include/configs/crownbay.h
@@ -2,20 +2,3 @@
/*
* Copyright (C) 2014, Bin Meng <bmeng.cn at gmail.com>
*/
-
-/*
- * board/config.h - configuration options, board specific
- */
-
-#ifndef __CONFIG_H
-#define __CONFIG_H
-
-#include <configs/x86-common.h>
-
-#define CFG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd,usbkbd\0" \
- "stdout=serial,vidconsole\0" \
- "stderr=serial,vidconsole\0"
-
-/* Environment configuration */
-
-#endif /* __CONFIG_H */
--
2.41.0.487.g6d72f3e995-goog
More information about the U-Boot
mailing list