diff options
author | Samuli Piippo <samuli.piippo@digia.com> | 2013-09-17 09:32:20 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2013-09-19 13:25:33 +0300 |
commit | 48f7d2b6ef3939417a1bf291a82fa36660b213e6 (patch) | |
tree | 9d7a699e538e5fb7b72cffc6c8e7e9d1c1f40c6a /recipes/u-boot | |
parent | 48eee5baaf7b4cfec127b84c4bf7b537fe2bce35 (diff) | |
download | meta-boot2qt-48f7d2b6ef3939417a1bf291a82fa36660b213e6.tar.gz |
Support for am335x-evm
Change-Id: I2a7ad8eaa427fd12f3a26b916b6a440bd80d334a
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'recipes/u-boot')
-rw-r--r-- | recipes/u-boot/u-boot-am33x/0001-am335x-evm-disable-console-cursor-blinking.patch | 25 | ||||
-rw-r--r-- | recipes/u-boot/u-boot-am33x_2013.01.01.bbappend | 4 |
2 files changed, 29 insertions, 0 deletions
diff --git a/recipes/u-boot/u-boot-am33x/0001-am335x-evm-disable-console-cursor-blinking.patch b/recipes/u-boot/u-boot-am33x/0001-am335x-evm-disable-console-cursor-blinking.patch new file mode 100644 index 0000000..8c3ee2d --- /dev/null +++ b/recipes/u-boot/u-boot-am33x/0001-am335x-evm-disable-console-cursor-blinking.patch | |||
@@ -0,0 +1,25 @@ | |||
1 | From c7edbae8c34f73abb1974c0e8722f6f3c7b49f45 Mon Sep 17 00:00:00 2001 | ||
2 | From: Samuli Piippo <samuli.piippo@digia.com> | ||
3 | Date: Tue, 17 Sep 2013 08:16:51 +0300 | ||
4 | Subject: [PATCH] am335x-evm: disable console cursor blinking | ||
5 | |||
6 | --- | ||
7 | include/configs/am335x_evm.h | 2 + | ||
8 | 1 file changed, 2 insertion(++) | ||
9 | |||
10 | diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h | ||
11 | index 90e35ee..f28e842 100644 | ||
12 | --- a/include/configs/am335x_evm.h | ||
13 | +++ b/include/configs/am335x_evm.h | ||
14 | @@ -86,6 +86,8 @@ | ||
15 | "ip_method=none\0" \ | ||
16 | "bootargs_defaults=setenv bootargs " \ | ||
17 | "console=${console} " \ | ||
18 | + "consoleblank=0 " \ | ||
19 | + "vt.global_cursor_default=0 " \ | ||
20 | "${optargs}\0" \ | ||
21 | "mmcargs=run bootargs_defaults;" \ | ||
22 | "setenv bootargs ${bootargs} " \ | ||
23 | -- | ||
24 | 1.7.10.4 | ||
25 | |||
diff --git a/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend b/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend new file mode 100644 index 0000000..48d7885 --- /dev/null +++ b/recipes/u-boot/u-boot-am33x_2013.01.01.bbappend | |||
@@ -0,0 +1,4 @@ | |||
1 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}:" | ||
2 | SRC_URI += " \ | ||
3 | file://0001-am335x-evm-disable-console-cursor-blinking.patch \ | ||
4 | " | ||