On Wed, Apr 22, 2015 at 12:35 AM, Simon Glass <[email protected]> wrote: > On 21 April 2015 at 07:36, Linus Walleij <[email protected]> wrote: >> 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]> (...) >> +#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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

