mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
serial: Rename SERIAL_SUPPORT to SERIAL
Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
73c6ff6aac
commit
2a73606668
313 changed files with 353 additions and 353 deletions
|
@ -10,9 +10,9 @@ int tstc(void);
|
|||
|
||||
/* stdout */
|
||||
#if !defined(CONFIG_SPL_BUILD) || \
|
||||
(defined(CONFIG_TPL_BUILD) && defined(CONFIG_TPL_SERIAL_SUPPORT)) || \
|
||||
(defined(CONFIG_TPL_BUILD) && defined(CONFIG_TPL_SERIAL)) || \
|
||||
(defined(CONFIG_SPL_BUILD) && !defined(CONFIG_TPL_BUILD) && \
|
||||
defined(CONFIG_SPL_SERIAL_SUPPORT))
|
||||
defined(CONFIG_SPL_SERIAL))
|
||||
void putc(const char c);
|
||||
void puts(const char *s);
|
||||
int __printf(1, 2) printf(const char *fmt, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue