aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/mx6qsabrelite-fix-console.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/mx6qsabrelite-fix-console.patch')
-rw-r--r--recipes-bsp/u-boot/mx6qsabrelite-fix-console.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes-bsp/u-boot/mx6qsabrelite-fix-console.patch b/recipes-bsp/u-boot/mx6qsabrelite-fix-console.patch
deleted file mode 100644
index 4bbb490..0000000
--- a/recipes-bsp/u-boot/mx6qsabrelite-fix-console.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Date: Wed, 28 Mar 2012 16:42:27 -0300
-Subject: [PATCH] mx6qsabrelite: Fix the serial console port
-
-On mx6qsabrelite the console is ttymxc1.
-
-Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
----
- include/configs/mx6qsabrelite.h | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h
-index 8bc8a83..2643817 100644
---- a/include/configs/mx6qsabrelite.h
-+++ b/include/configs/mx6qsabrelite.h
-@@ -116,7 +116,7 @@
- #define CONFIG_EXTRA_ENV_SETTINGS \
- "script=boot.scr\0" \
- "uimage=uImage\0" \
-- "console=ttymxc3\0" \
-+ "console=ttymxc1\0" \
- "fdt_high=0xffffffff\0" \
- "initrd_high=0xffffffff\0" \
- "mmcdev=0\0" \
---
-1.7.1
-