summaryrefslogtreecommitdiffstats
path: root/include/serial.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2015-02-24 11:45:05 +0900
committerTom Rini <trini@ti.com>2015-02-24 17:06:51 -0500
commit41fbbbbc71161e0c0479d7c6c5598e760d70f624 (patch)
treeaad2a0714c98ab369740797450d33d0dd07dad3c /include/serial.h
parentd648964fc2495f1184af5782a0b7fc670ba5826e (diff)
downloadtalos-obmc-uboot-41fbbbbc71161e0c0479d7c6c5598e760d70f624.tar.gz
talos-obmc-uboot-41fbbbbc71161e0c0479d7c6c5598e760d70f624.zip
ARM: remove jadecpu board support
This is still a non-generic board. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Matthias Weisser <weisserm@arcor.de> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/serial.h')
-rw-r--r--include/serial.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/serial.h b/include/serial.h
index 66ed12c9c2..3d2e5697f4 100644
--- a/include/serial.h
+++ b/include/serial.h
@@ -29,7 +29,7 @@ extern struct serial_device *default_serial_console(void);
#if defined(CONFIG_405GP) || \
defined(CONFIG_405EP) || defined(CONFIG_405EZ) || \
defined(CONFIG_405EX) || defined(CONFIG_440) || \
- defined(CONFIG_MB86R0x) || defined(CONFIG_MPC5xxx) || \
+ defined(CONFIG_MPC5xxx) || \
defined(CONFIG_MPC83xx) || defined(CONFIG_MPC85xx) || \
defined(CONFIG_MPC86xx) || defined(CONFIG_SYS_SC520) || \
defined(CONFIG_TEGRA) || defined(CONFIG_SYS_COREBOOT) || \
OpenPOWER on IntegriCloud