
On Wed, Apr 22, 2015 at 12:35 AM, Simon Glass sjg@chromium.org wrote:
On 21 April 2015 at 07:36, Linus Walleij linus.walleij@linaro.org wrote:
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
(...)
+#define CONFIG_SYS_MALLOC_F_LEN 0x2000
This should be in your defconfig file, as it is defined in Kconfig now.
+/* Serial port PL010/PL011 through the device model */ +#define CONFIG_DM +#define CONFIG_DM_SERIAL
And those two also.
OK true ... Tom can you merge Masahiro's Kconfig patches first as those switch around in the defconfigs a bit, so I have a clean mergebase for this DM work?
Yours, Linus Walleij