summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2023-07-30 21:01:58 -0600
committerBin Meng <[email protected]>2023-08-09 23:31:12 +0800
commit5ccb18a75210c4f6a09255c430cd01466d1dd85d (patch)
treecf8b2fc4cc41e2a0ff79bf4a6d349a21ad5c59e1 /include
parenta68a7abc3da15a6e441faed1c7dad2f57e66e259 (diff)
x86: cherryhill: Convert to text environment
Use the common include. Drop everything from the config.h file. Signed-off-by: Simon Glass <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> # Intel Edison Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/cherryhill.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/configs/cherryhill.h b/include/configs/cherryhill.h
index d6ce70a96ae..a3009571de9 100644
--- a/include/configs/cherryhill.h
+++ b/include/configs/cherryhill.h
@@ -2,16 +2,3 @@
/*
* Copyright (C) 2017, Bin Meng <[email protected]>
*/
-
-#ifndef __CONFIG_H
-#define __CONFIG_H
-
-#include <configs/x86-common.h>
-
-#define CFG_STD_DEVICES_SETTINGS "stdin=usbkbd,serial\0" \
- "stdout=vidconsole,serial\0" \
- "stderr=vidconsole,serial\0"
-
-/* Environment configuration */
-
-#endif /* __CONFIG_H */