diff options
| author | Masahiro Yamada <[email protected]> | 2015-02-24 11:45:05 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-02-24 17:06:51 -0500 |
| commit | 41fbbbbc71161e0c0479d7c6c5598e760d70f624 (patch) | |
| tree | aad2a0714c98ab369740797450d33d0dd07dad3c /include/serial.h | |
| parent | d648964fc2495f1184af5782a0b7fc670ba5826e (diff) | |
ARM: remove jadecpu board support
This is still a non-generic board.
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Matthias Weisser <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Diffstat (limited to 'include/serial.h')
| -rw-r--r-- | include/serial.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/serial.h b/include/serial.h index 66ed12c9c21..3d2e5697f48 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) || \ |
