diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-07-27 11:22:48 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-12 20:47:49 -0400 |
commit | 3f394e70f0cc31a5d63d3650fd4f48e450ea16cd (patch) | |
tree | 9e3d3eb6b93c58f1fef94c7446002789e7a4e8ba /include/configs/integratorap.h | |
parent | e0266f4942f22d3111a5365f3b2c33ecd55730eb (diff) |
integrator: switch to DM serial port
This switches the Integrator boards over to using the device model
for its serial ports.
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/configs/integratorap.h')
-rw-r--r-- | include/configs/integratorap.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h index c76ebcbb60a..26aa8cadc01 100644 --- a/include/configs/integratorap.h +++ b/include/configs/integratorap.h @@ -21,17 +21,6 @@ #define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */ /* - * PL010 Configuration - */ -#define CONFIG_PL010_SERIAL -#define CONFIG_CONS_INDEX 0 -#define CONFIG_BAUDRATE 38400 -#define CONFIG_PL01x_PORTS { (void *) (CONFIG_SYS_SERIAL0), (void *) (CONFIG_SYS_SERIAL1) } -#define CONFIG_SYS_SERIAL0 0x16000000 -#define CONFIG_SYS_SERIAL1 0x17000000 - - -/* * BOOTP options */ #define CONFIG_BOOTP_BOOTFILESIZE |