summaryrefslogtreecommitdiffstats
path: root/meta-fsl-extras/recipes/u-boot/u-boot-toradex/0001-Make-sdboot-default-on-all-boards.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-fsl-extras/recipes/u-boot/u-boot-toradex/0001-Make-sdboot-default-on-all-boards.patch')
-rw-r--r--meta-fsl-extras/recipes/u-boot/u-boot-toradex/0001-Make-sdboot-default-on-all-boards.patch56
1 files changed, 10 insertions, 46 deletions
diff --git a/meta-fsl-extras/recipes/u-boot/u-boot-toradex/0001-Make-sdboot-default-on-all-boards.patch b/meta-fsl-extras/recipes/u-boot/u-boot-toradex/0001-Make-sdboot-default-on-all-boards.patch
index 083ec6d..2e5382f 100644
--- a/meta-fsl-extras/recipes/u-boot/u-boot-toradex/0001-Make-sdboot-default-on-all-boards.patch
+++ b/meta-fsl-extras/recipes/u-boot/u-boot-toradex/0001-Make-sdboot-default-on-all-boards.patch
@@ -1,18 +1,18 @@
1From 0f7d6eecead2c079ac050e6d16b64f280d9feab0 Mon Sep 17 00:00:00 2001 1From 1abe757120dd19518fd09d2013f518fba46c4d06 Mon Sep 17 00:00:00 2001
2From: Samuli Piippo <samuli.piippo@qt.io> 2From: Samuli Piippo <samuli.piippo@qt.io>
3Date: Mon, 15 May 2017 15:31:36 +0300 3Date: Mon, 15 May 2017 15:31:36 +0300
4Subject: [PATCH] Make sdboot default on all boards 4Subject: [PATCH] Make sdboot default on all boards
5 5
6... and remove console=tty1 from kernel args 6... and remove console=tty1 from kernel args
7--- 7---
8 include/configs/apalis_imx6.h | 5 +++-- 8 include/configs/apalis_imx6.h | 3 ++-
9 include/configs/colibri_imx6.h | 5 +++-- 9 include/configs/colibri_imx6.h | 3 ++-
10 include/configs/colibri_imx7.h | 4 ++-- 10 include/configs/colibri_imx7.h | 2 +-
11 include/configs/colibri_vf.h | 4 ++-- 11 include/configs/colibri_vf.h | 2 +-
12 4 files changed, 10 insertions(+), 8 deletions(-) 12 4 files changed, 6 insertions(+), 4 deletions(-)
13 13
14diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h 14diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h
15index 71dfeb56f5..b687dab91d 100644 15index 71dfeb56f5..8dcb5cc5e4 100644
16--- a/include/configs/apalis_imx6.h 16--- a/include/configs/apalis_imx6.h
17+++ b/include/configs/apalis_imx6.h 17+++ b/include/configs/apalis_imx6.h
18@@ -256,7 +256,8 @@ 18@@ -256,7 +256,8 @@
@@ -25,17 +25,8 @@ index 71dfeb56f5..b687dab91d 100644
25 "run distro_bootcmd ; " \ 25 "run distro_bootcmd ; " \
26 "usb start ;" \ 26 "usb start ;" \
27 "setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \ 27 "setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
28@@ -279,7 +280,7 @@
29 " ${loadaddr} flash_blk.img && " \
30 "source ${loadaddr}\0" \
31 "setup=setenv setupargs fec_mac=${ethaddr} " \
32- "consoleblank=0 no_console_suspend=1 console=tty1 " \
33+ "consoleblank=0 no_console_suspend=1 " \
34 "console=${console},${baudrate}n8\0" \
35 "setupdate=run setsdupdate || run setusbupdate || run setethupdate\0" \
36 "setusbupdate=usb start && setenv interface usb; setenv drive 0; " \
37diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h 28diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h
38index f1fd5b422e..c7d75cea2a 100644 29index f1fd5b422e..ae0f3c9bfa 100644
39--- a/include/configs/colibri_imx6.h 30--- a/include/configs/colibri_imx6.h
40+++ b/include/configs/colibri_imx6.h 31+++ b/include/configs/colibri_imx6.h
41@@ -231,7 +231,8 @@ 32@@ -231,7 +231,8 @@
@@ -48,17 +39,8 @@ index f1fd5b422e..c7d75cea2a 100644
48 "run distro_bootcmd ; " \ 39 "run distro_bootcmd ; " \
49 "usb start ;" \ 40 "usb start ;" \
50 "setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \ 41 "setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
51@@ -252,7 +253,7 @@
52 "${interface} ${drive}:1 ${loadaddr} flash_blk.img && " \
53 "source ${loadaddr}\0" \
54 "setup=setenv setupargs fec_mac=${ethaddr} " \
55- "consoleblank=0 no_console_suspend=1 console=tty1 " \
56+ "consoleblank=0 no_console_suspend=1 " \
57 "console=${console},${baudrate}n8\0" \
58 "setupdate=run setsdupdate || run setusbupdate || run setethupdate\0" \
59 "setusbupdate=usb start && setenv interface usb; setenv drive 0; " \
60diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h 42diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h
61index ea04762b49..ca827a8a58 100644 43index ea04762b49..47e8bd266d 100644
62--- a/include/configs/colibri_imx7.h 44--- a/include/configs/colibri_imx7.h
63+++ b/include/configs/colibri_imx7.h 45+++ b/include/configs/colibri_imx7.h
64@@ -104,7 +104,7 @@ 46@@ -104,7 +104,7 @@
@@ -70,17 +52,8 @@ index ea04762b49..ca827a8a58 100644
70 "setenv fdtfile ${soc}-colibri-${fdt_board}.dtb && run distro_bootcmd;" 52 "setenv fdtfile ${soc}-colibri-${fdt_board}.dtb && run distro_bootcmd;"
71 53
72 #define BOOTENV_RUN_NET_USB_START "" 54 #define BOOTENV_RUN_NET_USB_START ""
73@@ -138,7 +138,7 @@
74 "fatload ${interface} 0:1 ${loadaddr} " \
75 "${board}/flash_blk.img && source ${loadaddr}\0" \
76 "setup=setenv setupargs " \
77- "console=tty1 console=${console}" \
78+ "console=${console}" \
79 ",${baudrate}n8 ${memargs} consoleblank=0\0" \
80 "setupdate=run setsdupdate || run setusbupdate || run setethupdate\0" \
81 "setusbupdate=usb start && setenv interface usb && " \
82diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h 55diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
83index db610d53f1..aafd4bc95e 100644 56index db610d53f1..a2c942cafe 100644
84--- a/include/configs/colibri_vf.h 57--- a/include/configs/colibri_vf.h
85+++ b/include/configs/colibri_vf.h 58+++ b/include/configs/colibri_vf.h
86@@ -155,7 +155,7 @@ 59@@ -155,7 +155,7 @@
@@ -92,12 +65,3 @@ index db610d53f1..aafd4bc95e 100644
92 "setenv fdtfile ${soc}-colibri-${fdt_board}.dtb && run distro_bootcmd;" 65 "setenv fdtfile ${soc}-colibri-${fdt_board}.dtb && run distro_bootcmd;"
93 66
94 #define BOOTENV_RUN_NET_USB_START "" 67 #define BOOTENV_RUN_NET_USB_START ""
95@@ -190,7 +190,7 @@
96 "fatload ${interface} 0:1 ${loadaddr} " \
97 "${board}/flash_blk.img && source ${loadaddr}\0" \
98 "setup=setenv setupargs " \
99- "console=tty1 console=${console}" \
100+ "console=${console}" \
101 ",${baudrate}n8 ${memargs} consoleblank=0 ${mtdparts}\0" \
102 "setupdate=run setsdupdate || run setusbupdate || run setethupdate\0" \
103 "setusbupdate=usb start && setenv interface usb && " \