From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Date: Wed, 22 Apr 2015 15:17:03 +0200 Subject: [U-Boot] [PATCH 2/2] integrator: switch to DM serial port In-Reply-To: References: <1429623368-32659-1-git-send-email-linus.walleij@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Apr 22, 2015 at 12:35 AM, Simon Glass wrote: > On 21 April 2015 at 07:36, Linus Walleij wrote: >> This switches the Integrator boards over to using the device model >> for its serial ports. >> >> Cc: Masahiro Yamada >> Signed-off-by: Linus Walleij (...) >> +#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