diff options
| author | Simon Glass <[email protected]> | 2023-07-30 21:01:55 -0600 |
|---|---|---|
| committer | Bin Meng <[email protected]> | 2023-08-09 23:31:12 +0800 |
| commit | df827efecdda09b0e947e350a2e9d5388166fe36 (patch) | |
| tree | 472e30eedd3ed8c01b3c8171dcbab5d56b7454b6 /include | |
| parent | f1e7abf4b9f06e64734dc74909fd47d1c935ec9e (diff) | |
x86: bayleybay: 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/bayleybay.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/configs/bayleybay.h b/include/configs/bayleybay.h index b0df328cd84..9b0f5cedcd7 100644 --- a/include/configs/bayleybay.h +++ b/include/configs/bayleybay.h @@ -2,20 +2,3 @@ /* * Copyright (C) 2015, Bin Meng <[email protected]> */ - -/* - * 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,usbkbd\0" \ - "stdout=serial,vidconsole\0" \ - "stderr=serial,vidconsole\0" - -/* Environment configuration */ - -#endif /* __CONFIG_H */ |
