From: Otavio Salvador Date: Mon, 11 Jun 2018 18:08:04 +0000 (-0300) Subject: wandboard: Remove hardcoded baudrate from "console" variable X-Git-Tag: v2018.07-rc3~15^2~35 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=97294a48c73ae16a03bce4b624334545e890e851;p=oweals%2Fu-boot.git wandboard: Remove hardcoded baudrate from "console" variable We should use the baudrate variable available inside U-Boot environment to allow it to be changed dynamically. Signed-off-by: Otavio Salvador --- diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 1edd7a8827..cb32cd11f9 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -78,7 +78,7 @@ #endif #define CONFIG_EXTRA_ENV_SETTINGS \ - "console=ttymxc0,115200\0" \ + "console=ttymxc0\0" \ "splashpos=m,m\0" \ "fdtfile=undefined\0" \ "fdt_high=0xffffffff\0" \