aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-layerscape/patches/0032-driver-spi-fsl_qspi-enable-AHB-read-for-qspi.patch
diff options
context:
space:
mode:
authorYutang Jiang <yutang.jiang@nxp.com>2016-12-01 23:01:27 +0800
committerJohn Crispin <john@phrozen.org>2016-12-12 09:57:40 +0100
commitd5fc7430ca293213dd4f1de7f52446c17d4def6a (patch)
tree4d884312e45871f219a0f1993c80299cc1cc61a6 /package/boot/uboot-layerscape/patches/0032-driver-spi-fsl_qspi-enable-AHB-read-for-qspi.patch
parentb0ac825884e7bfe3f68385109df3234e37022c71 (diff)
downloadupstream-d5fc7430ca293213dd4f1de7f52446c17d4def6a.tar.gz
upstream-d5fc7430ca293213dd4f1de7f52446c17d4def6a.tar.bz2
upstream-d5fc7430ca293213dd4f1de7f52446c17d4def6a.zip
layerscape: uboot-layerscape: prefer github over git.freescale.com
In order to prevent the impact of the merger of the company and the potential rebase of the SDK repositories, migrate the u-boot source to github. Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
Diffstat (limited to 'package/boot/uboot-layerscape/patches/0032-driver-spi-fsl_qspi-enable-AHB-read-for-qspi.patch')
-rw-r--r--package/boot/uboot-layerscape/patches/0032-driver-spi-fsl_qspi-enable-AHB-read-for-qspi.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/package/boot/uboot-layerscape/patches/0032-driver-spi-fsl_qspi-enable-AHB-read-for-qspi.patch b/package/boot/uboot-layerscape/patches/0032-driver-spi-fsl_qspi-enable-AHB-read-for-qspi.patch
deleted file mode 100644
index 31e0a834dc..0000000000
--- a/package/boot/uboot-layerscape/patches/0032-driver-spi-fsl_qspi-enable-AHB-read-for-qspi.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From c67f214546a9d8ac00b9b947c145f4c032def8e2 Mon Sep 17 00:00:00 2001
-From: Yunhui Cui <yunhui.cui@nxp.com>
-Date: Mon, 16 May 2016 14:39:52 +0800
-Subject: [PATCH 32/93] driver: spi: fsl_qspi: enable AHB read for qspi
-
-If we don't enable the AHB read for ls1012a, input 'md 0x40000000',
-'md 0x41000000','md 0x42000000' address will be overlapped.
-After QSPI controller initialization for AHB, 'md 0x...' will access
-the whole QSPI flash address space.
-
-Signed-off-by: Yunhui Cui <yunhui.cui@nxp.com>
----
- include/configs/ls1012a_common.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h
-index 150444d..121824c 100644
---- a/include/configs/ls1012a_common.h
-+++ b/include/configs/ls1012a_common.h
-@@ -66,6 +66,7 @@
-
- #define FSL_QSPI_FLASH_SIZE (1 << 26)
- #define FSL_QSPI_FLASH_NUM 2
-+#define CONFIG_SYS_FSL_QSPI_AHB
-
- /*
- * Environment
---
-1.7.9.5
-