summaryrefslogtreecommitdiff
path: root/include/configs/galileo.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-30 21:01:56 -0600
committerBin Meng <bmeng.cn@gmail.com>2023-08-09 23:31:12 +0800
commitb5948c5d39fba007c8f4b10ea0007747db479e37 (patch)
tree0dc6bea127ea2e6b00d5d7a45121c37f413ad02c /include/configs/galileo.h
parentdf827efecdda09b0e947e350a2e9d5388166fe36 (diff)
downloadu-boot-b5948c5d39fba007c8f4b10ea0007747db479e37.tar.gz
u-boot-b5948c5d39fba007c8f4b10ea0007747db479e37.tar.bz2
u-boot-b5948c5d39fba007c8f4b10ea0007747db479e37.zip
x86: galileo: Convert to text environment
Use the common include. Drop everything from the config.h file. 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>
Diffstat (limited to 'include/configs/galileo.h')
-rw-r--r--include/configs/galileo.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h
index 0380ac287b..9b0f5cedcd 100644
--- a/include/configs/galileo.h
+++ b/include/configs/galileo.h
@@ -2,22 +2,3 @@
/*
* Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
*/
-
-/*
- * board/config.h - configuration options, board specific
- */
-
-#ifndef __CONFIG_H
-#define __CONFIG_H
-
-#include <configs/x86-common.h>
-
-/* ns16550 UART is memory-mapped in Quark SoC */
-
-#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \
- "stdout=serial\0" \
- "stderr=serial\0"
-
-/* Environment configuration */
-
-#endif /* __CONFIG_H */