diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-02-02 09:29:17 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-02-19 11:23:10 +0200 |
commit | f56c2355a8a1bece0afd94783b0b787775781dba (patch) | |
tree | cb808c6f87f4223f695618244bd57cad08cbb3ce | |
parent | 4a8019ef9314bba9a8ecaa01a899b9602fab744b (diff) | |
download | meta-boot2qt-f56c2355a8a1bece0afd94783b0b787775781dba.tar.gz |
apalis-imx6: update u-boot patch to match upstream changes
Change-Id: I9b53e51a6320c47d7491a87e8fa75ab756871cc8
Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
-rw-r--r-- | meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch b/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch index c7f0f9b..60c5171 100644 --- a/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch +++ b/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl/0001-Update-default-args-for-apalis-imx6.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 7872f8e770a202f41fbcf0372b27eb3669c433a1 Mon Sep 17 00:00:00 2001 | 1 | From 7538ad166d0fb1999f32f2d80969184484c2ba07 Mon Sep 17 00:00:00 2001 |
2 | From: Samuli Piippo <samuli.piippo@digia.com> | 2 | From: Samuli Piippo <samuli.piippo@digia.com> |
3 | Date: Mon, 27 Oct 2014 14:53:25 +0200 | 3 | Date: Mon, 27 Oct 2014 14:53:25 +0200 |
4 | Subject: [PATCH] Update default args for apalis imx6 | 4 | Subject: [PATCH] Update default args for apalis imx6 |
@@ -6,14 +6,14 @@ Subject: [PATCH] Update default args for apalis imx6 | |||
6 | Boot from sd card by default, disable kernel logs from tty1, and | 6 | Boot from sd card by default, disable kernel logs from tty1, and |
7 | disable cursor blinking. | 7 | disable cursor blinking. |
8 | --- | 8 | --- |
9 | include/configs/apalis-imx6.h | 15 ++++++++------- | 9 | include/configs/apalis_imx6.h | 15 ++++++++------- |
10 | 1 file changed, 8 insertions(+), 7 deletions(-) | 10 | 1 file changed, 8 insertions(+), 7 deletions(-) |
11 | 11 | ||
12 | diff --git a/include/configs/apalis-imx6.h b/include/configs/apalis-imx6.h | 12 | diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h |
13 | index 3fb17e2..728c5dd 100644 | 13 | index 5d32118..289d611 100644 |
14 | --- a/include/configs/apalis-imx6.h | 14 | --- a/include/configs/apalis_imx6.h |
15 | +++ b/include/configs/apalis-imx6.h | 15 | +++ b/include/configs/apalis_imx6.h |
16 | @@ -205,18 +205,19 @@ | 16 | @@ -212,14 +212,14 @@ |
17 | "&& setenv dtbparam \" - ${fdt_addr_r}\" && true\0" | 17 | "&& setenv dtbparam \" - ${fdt_addr_r}\" && true\0" |
18 | 18 | ||
19 | #define SD_BOOTCMD \ | 19 | #define SD_BOOTCMD \ |
@@ -32,6 +32,10 @@ index 3fb17e2..728c5dd 100644 | |||
32 | + "sddtbload=setenv dtbparam; fatload mmc ${drive}:1 ${fdt_addr_r} " \ | 32 | + "sddtbload=setenv dtbparam; fatload mmc ${drive}:1 ${fdt_addr_r} " \ |
33 | "${fdt_file} && setenv dtbparam \" - ${fdt_addr_r}\" && true\0" | 33 | "${fdt_file} && setenv dtbparam \" - ${fdt_addr_r}\" && true\0" |
34 | 34 | ||
35 | #ifndef CONFIG_APALIS_IMX6_V1_0 | ||
36 | @@ -229,7 +229,8 @@ | ||
37 | #define FDT_FILE "imx6q-apalis-eval_v1_0.dtb" | ||
38 | #endif | ||
35 | #define CONFIG_EXTRA_ENV_SETTINGS \ | 39 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
36 | - "bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \ | 40 | - "bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \ |
37 | + "bootcmd=run sdboot ; echo ; echo sdboot failed ; " \ | 41 | + "bootcmd=run sdboot ; echo ; echo sdboot failed ; " \ |
@@ -39,7 +43,7 @@ index 3fb17e2..728c5dd 100644 | |||
39 | "run nfsboot ; echo ; echo nfsboot failed ; " \ | 43 | "run nfsboot ; echo ; echo nfsboot failed ; " \ |
40 | "usb start ;" \ | 44 | "usb start ;" \ |
41 | "setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \ | 45 | "setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \ |
42 | @@ -229,7 +230,7 @@ | 46 | @@ -242,7 +243,7 @@ |
43 | NFS_BOOTCMD \ | 47 | NFS_BOOTCMD \ |
44 | SD_BOOTCMD \ | 48 | SD_BOOTCMD \ |
45 | "setup=setenv setupargs fec_mac=${ethaddr} " \ | 49 | "setup=setenv setupargs fec_mac=${ethaddr} " \ |
@@ -49,5 +53,5 @@ index 3fb17e2..728c5dd 100644 | |||
49 | "setupdate=setenv drive 1; fatload mmc ${drive}:1 ${kernel_addr_r} " \ | 53 | "setupdate=setenv drive 1; fatload mmc ${drive}:1 ${kernel_addr_r} " \ |
50 | "flash_mmc.img || setenv drive 2; fatload mmc ${drive}:1 " \ | 54 | "flash_mmc.img || setenv drive 2; fatload mmc ${drive}:1 " \ |
51 | -- | 55 | -- |
52 | 1.8.3.2 | 56 | 1.9.1 |
53 | 57 | ||