diff mbox

[U-Boot,5/6] udoo_neo: Remove console option

Message ID 1480617461-9893-5-git-send-email-breno.lima@nxp.com
State Accepted
Commit 6cc8d4da8d1d6f007ee6b396cb50dd4e12457e3c
Delegated to: Stefano Babic
Headers show

Commit Message

Breno Matheus Lima Dec. 1, 2016, 6:37 p.m. UTC
It's not necessary to define the console option as we use the distro config.

Signed-off-by: Breno Lima <breno.lima@nxp.com>
---
 include/configs/udoo_neo.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Fabio Estevam Dec. 5, 2016, 4:38 p.m. UTC | #1
On Thu, Dec 1, 2016 at 4:37 PM, Breno Lima <breno.lima@nxp.com> wrote:
> It's not necessary to define the console option as we use the distro config.
>
> Signed-off-by: Breno Lima <breno.lima@nxp.com>

Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Stefano Babic Dec. 16, 2016, 9:13 a.m. UTC | #2
On 01/12/2016 19:37, Breno Lima wrote:
> It's not necessary to define the console option as we use the distro config.
> 
> Signed-off-by: Breno Lima <breno.lima@nxp.com>
> ---
>  include/configs/udoo_neo.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
> index 164980f..1b7a03f 100644
> --- a/include/configs/udoo_neo.h
> +++ b/include/configs/udoo_neo.h
> @@ -32,7 +32,6 @@
>  /* Linux only */
>  #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
>  #define CONFIG_EXTRA_ENV_SETTINGS \
> -	"console=ttymxc0,115200\0" \
>  	"fdt_high=0xffffffff\0" \
>  	"initrd_high=0xffffffff\0" \
>  	"fdt_file=undefined\0" \
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index 164980f..1b7a03f 100644
--- a/include/configs/udoo_neo.h
+++ b/include/configs/udoo_neo.h
@@ -32,7 +32,6 @@ 
 /* Linux only */
 #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
 #define CONFIG_EXTRA_ENV_SETTINGS \
-	"console=ttymxc0,115200\0" \
 	"fdt_high=0xffffffff\0" \
 	"initrd_high=0xffffffff\0" \
 	"fdt_file=undefined\0" \