diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-18 10:15:45 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-26 23:22:01 +0200 |
commit | 53c41548a9fd7f0595c81c47e1ac3d9671d753e4 (patch) | |
tree | 776e9a46133c3cdf6578b137c63250f80499ecc3 /Makefile | |
parent | 82138f4fcd09aecfe764970afeba895de379dc29 (diff) | |
download | u-boot-imx-53c41548a9fd7f0595c81c47e1ac3d9671d753e4.zip u-boot-imx-53c41548a9fd7f0595c81c47e1ac3d9671d753e4.tar.gz u-boot-imx-53c41548a9fd7f0595c81c47e1ac3d9671d753e4.tar.bz2 |
arm: arm925t: remove SX1 board
SX1 does not build properly by itself, is not built
as part of MAKEALL arm or MAKEALL -a arm, and is only
present in Makefile, not boards.cfg. As it also has no
entry in MAINTAINERS, it is orphan and non-functional.
Remove it.
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -754,20 +754,6 @@ $(obj).boards.depend: boards.cfg lcname = $(shell echo $(1) | sed -e 's/\(.*\)_config/\L\1/') ucname = $(shell echo $(1) | sed -e 's/\(.*\)_config/\U\1/') -#======================================================================== -# ARM -#======================================================================== - -SX1_stdout_serial_config \ -SX1_config: unconfig - @mkdir -p $(obj)include - @if [ "$(findstring _stdout_serial_, $@)" ] ; then \ - echo "#undef CONFIG_STDOUT_USBTTY" >> $(obj)include/config.h ; \ - else \ - echo "#define CONFIG_STDOUT_USBTTY" >> $(obj)include/config.h ; \ - fi; - @$(MKCONFIG) -n $@ SX1 arm arm925t sx1 - ######################################################################### ## ARM1176 Systems ######################################################################### |