From d5fc7430ca293213dd4f1de7f52446c17d4def6a Mon Sep 17 00:00:00 2001 From: Yutang Jiang Date: Thu, 1 Dec 2016 23:01:27 +0800 Subject: 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 --- ...0077-board-ls1012aqds-Avoid-reset-masking.patch | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 package/boot/uboot-layerscape/patches/0077-board-ls1012aqds-Avoid-reset-masking.patch (limited to 'package/boot/uboot-layerscape/patches/0077-board-ls1012aqds-Avoid-reset-masking.patch') diff --git a/package/boot/uboot-layerscape/patches/0077-board-ls1012aqds-Avoid-reset-masking.patch b/package/boot/uboot-layerscape/patches/0077-board-ls1012aqds-Avoid-reset-masking.patch deleted file mode 100644 index 7f6a65b..0000000 --- a/package/boot/uboot-layerscape/patches/0077-board-ls1012aqds-Avoid-reset-masking.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 2203e9045d8d113e1ecceddcbebcf78c66af557f Mon Sep 17 00:00:00 2001 -From: Prabhakar Kushwaha -Date: Wed, 13 Jul 2016 15:49:12 +0530 -Subject: [PATCH 77/93] board: ls1012aqds: Avoid reset masking - -FPGA regiser RST_MASK1 control reset masking for I2C, USB, -Mem and EPHY1. - -This register was being masked during initial debugging of -RGMII. It is not required - -So avoid masking of these device to send reset signals during -soft-reset. - -Signed-off-by: Prabhakar Kushwaha ---- - board/freescale/ls1012aqds/eth.c | 6 ------ - 1 file changed, 6 deletions(-) - -diff --git a/board/freescale/ls1012aqds/eth.c b/board/freescale/ls1012aqds/eth.c -index 6fbbdbe..04d621c 100644 ---- a/board/freescale/ls1012aqds/eth.c -+++ b/board/freescale/ls1012aqds/eth.c -@@ -156,12 +156,6 @@ int board_eth_init(bd_t *bis) - data8 |= 0x2; - QIXIS_WRITE(rst_frc[0], data8); - data8 = QIXIS_READ(rst_frc[0]); -- -- data8 = QIXIS_READ(res8[6]); -- data8 |= 0xff; -- QIXIS_WRITE(res8[6], data8); -- data8 = QIXIS_READ(res8[6]); -- - #endif - - mac1_mdio_info.reg_base = (void *)0x04200000; /*EMAC1_BASE_ADDR*/ --- -1.7.9.5 - -- cgit v1.1