mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 11:36:21 -04:00
SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
cfca33837e
commit
47fd3bffed
13
Makefile
13
Makefile
@ -2820,8 +2820,17 @@ smdk2400_config : unconfig
|
|||||||
smdk2410_config : unconfig
|
smdk2410_config : unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) arm arm920t smdk2410 samsung s3c24x0
|
@$(MKCONFIG) $(@:_config=) arm arm920t smdk2410 samsung s3c24x0
|
||||||
|
|
||||||
SX1_config : unconfig
|
SX1_stdout_serial_config \
|
||||||
@$(MKCONFIG) $(@:_config=) arm arm925t sx1
|
SX1_config: unconfig
|
||||||
|
@mkdir -p $(obj)include
|
||||||
|
@if [ "$(findstring _stdout_serial_, $@)" ] ; then \
|
||||||
|
echo "#undef CONFIG_STDOUT_USBTTY" >> $(obj)include/config.h ; \
|
||||||
|
$(XECHO) "... configured for stdout serial"; \
|
||||||
|
else \
|
||||||
|
echo "#define CONFIG_STDOUT_USBTTY" >> $(obj)include/config.h ; \
|
||||||
|
$(XECHO) "... configured for stdout usbtty"; \
|
||||||
|
fi;
|
||||||
|
@$(MKCONFIG) SX1 arm arm925t sx1
|
||||||
|
|
||||||
# TRAB default configuration: 8 MB Flash, 32 MB RAM
|
# TRAB default configuration: 8 MB Flash, 32 MB RAM
|
||||||
xtract_trab = $(subst _bigram,,$(subst _bigflash,,$(subst _old,,$(subst _config,,$1))))
|
xtract_trab = $(subst _bigram,,$(subst _bigflash,,$(subst _old,,$(subst _config,,$1))))
|
||||||
|
@ -116,7 +116,9 @@
|
|||||||
#include <configs/omap1510.h>
|
#include <configs/omap1510.h>
|
||||||
|
|
||||||
#define CONFIG_BOOTARGS "mem=16M console=ttyS0,115200n8 root=/dev/mtdblock3 rw"
|
#define CONFIG_BOOTARGS "mem=16M console=ttyS0,115200n8 root=/dev/mtdblock3 rw"
|
||||||
|
#ifdef CONFIG_STDOUT_USBTTY
|
||||||
#define CONFIG_PREBOOT "setenv stdout usbtty;setenv stdin usbtty"
|
#define CONFIG_PREBOOT "setenv stdout usbtty;setenv stdin usbtty"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Miscellaneous configurable options
|
* Miscellaneous configurable options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user