From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beniamino Galvani Date: Thu, 31 Mar 2016 00:04:25 +0200 Subject: [U-Boot] [PATCH 5/5] meson: odroid-c2: enable serial In-Reply-To: References: <1459110135-10837-1-git-send-email-b.galvani@gmail.com> <1459110135-10837-6-git-send-email-b.galvani@gmail.com> Message-ID: <20160330220425.GB3573@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Mar 28, 2016 at 10:58:34AM +0200, Carlo Caione wrote: > On Sun, Mar 27, 2016 at 10:22 PM, Beniamino Galvani wrote: > > Enable serial support in the ODROID-C2 configuration. > > > > Signed-off-by: Beniamino Galvani > > --- > > configs/odroid-c2_defconfig | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig > > index 66d9ab7..e0cd403 100644 > > --- a/configs/odroid-c2_defconfig > > +++ b/configs/odroid-c2_defconfig > > @@ -4,6 +4,11 @@ CONFIG_MESON_GXBB=y > > CONFIG_TARGET_ODROID_C2=y > > CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-odroidc2" > > CONFIG_OF_CONTROL=y > > +CONFIG_MESON_SERIAL=y > > +CONFIG_DEBUG_UART_MESON=y > > +GONFIG_DEBUG_UART_BASE=0xc81004c0 > > s/GONFIG/CONFIG/ Yeah, I guess it's because C and G are next to each other on the keyboard :) Beniamino