diff options
author | Yutang Jiang <yutang.jiang@nxp.com> | 2016-12-01 23:01:27 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-12 09:57:40 +0100 |
commit | d5fc7430ca293213dd4f1de7f52446c17d4def6a (patch) | |
tree | 4d884312e45871f219a0f1993c80299cc1cc61a6 /package/boot/uboot-layerscape/patches/0085-armv8-fsl-layerscape-Enable-FSL_LS_PPA-in-Secure-boo.patch | |
parent | b0ac825884e7bfe3f68385109df3234e37022c71 (diff) | |
download | mtk-20170518-d5fc7430ca293213dd4f1de7f52446c17d4def6a.zip mtk-20170518-d5fc7430ca293213dd4f1de7f52446c17d4def6a.tar.gz mtk-20170518-d5fc7430ca293213dd4f1de7f52446c17d4def6a.tar.bz2 |
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/0085-armv8-fsl-layerscape-Enable-FSL_LS_PPA-in-Secure-boo.patch')
-rw-r--r-- | package/boot/uboot-layerscape/patches/0085-armv8-fsl-layerscape-Enable-FSL_LS_PPA-in-Secure-boo.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/boot/uboot-layerscape/patches/0085-armv8-fsl-layerscape-Enable-FSL_LS_PPA-in-Secure-boo.patch b/package/boot/uboot-layerscape/patches/0085-armv8-fsl-layerscape-Enable-FSL_LS_PPA-in-Secure-boo.patch deleted file mode 100644 index 5bc5935..0000000 --- a/package/boot/uboot-layerscape/patches/0085-armv8-fsl-layerscape-Enable-FSL_LS_PPA-in-Secure-boo.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 0d3ccab8ba94f0cb1f5cb1c1391a79619c040f1c Mon Sep 17 00:00:00 2001 -From: Sumit Garg <sumit.garg@nxp.com> -Date: Tue, 26 Jul 2016 07:43:41 -0400 -Subject: [PATCH 85/93] armv8: fsl-layerscape: Enable FSL_LS_PPA in Secure - boot target - -Signed-off-by: Sumit Garg <sumit.garg@nxp.com> ---- - configs/ls1012ardb_qspi_SECURE_BOOT_defconfig | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -diff --git a/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig b/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig -index 4091503..bb9099b 100644 ---- a/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig -+++ b/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig -@@ -1,8 +1,7 @@ - CONFIG_ARM=y - CONFIG_TARGET_LS1012ARDB=y --CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT,SECURE_BOOT" -+CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT, FSL_LS_PPA, SECURE_BOOT" - # CONFIG_CMD_IMLS is not set --# CONFIG_FSL_LS_PPA is not set - CONFIG_SYS_NS16550=y - CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1012a-rdb" - CONFIG_OF_CONTROL=y --- -1.7.9.5 - |