On Sun, Mar 27, 2016 at 10:22 PM, Beniamino Galvani <[email protected]> wrote: > Enable serial support in the ODROID-C2 configuration. > > Signed-off-by: Beniamino Galvani <[email protected]> > --- > 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/ > +CONFIG_DEBUG_UART_ANNOUNCE=y > +CONFIG_DEBUG_UART_SKIP_INIT=y > # CONFIG_CMD_BDI is not set > # CONFIG_CMD_IMI is not set > # CONFIG_CMD_IMLS is not set > -- > 2.4.3 -- Carlo Caione | +39.340.80.30.096 | Endless _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

