diff options
| author | Linus Walleij <[email protected]> | 2015-07-27 11:22:48 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-08-12 20:47:49 -0400 |
| commit | 3f394e70f0cc31a5d63d3650fd4f48e450ea16cd (patch) | |
| tree | 9e3d3eb6b93c58f1fef94c7446002789e7a4e8ba /arch | |
| 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 <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 2 | ||||
| -rw-r--r-- | arch/arm/mach-integrator/Kconfig | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f2eb09f9219..a436e8123bf 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -458,6 +458,8 @@ config ARCH_HIGHBANK config ARCH_INTEGRATOR bool "ARM Ltd. Integrator family" + select DM + select DM_SERIAL config ARCH_KEYSTONE bool "TI Keystone" diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig index c54d69db0e4..d506ee5b39c 100644 --- a/arch/arm/mach-integrator/Kconfig +++ b/arch/arm/mach-integrator/Kconfig @@ -53,4 +53,7 @@ config SYS_CONFIG_NAME default "integratorap" if ARCH_INTEGRATOR_AP default "integratorcp" if ARCH_INTEGRATOR_CP +config SYS_MALLOC_F_LEN + default 0x2000 + endmenu |
