diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-12-05 16:13:27 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-12-05 16:13:27 +0000 |
commit | 8ea3c20b23d55fc17e6153044207f11a0f0cd33b (patch) | |
tree | 497a3c0182be73d051654505b97ea689a30cf876 /target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch | |
parent | 8033ccc9757fa1aed5a286e1f8992a53611ccfa5 (diff) | |
download | mtk-20170518-8ea3c20b23d55fc17e6153044207f11a0f0cd33b.zip mtk-20170518-8ea3c20b23d55fc17e6153044207f11a0f0cd33b.tar.gz mtk-20170518-8ea3c20b23d55fc17e6153044207f11a0f0cd33b.tar.bz2 |
bcm53xx: rename patches that were not upstreamed to 3xx
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43528
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch b/target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch index 5948f87..a977116 100644 --- a/target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch +++ b/target/linux/bcm53xx/patches-3.18/131-ARM-BCM5301X-add-restart-support.patch @@ -60,8 +60,8 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> static const char __initconst *bcm5301x_dt_compat[] = { "brcm,bcm4708", NULL, -@@ -55,5 +85,6 @@ DT_MACHINE_START(BCM5301X, "BCM5301X") - L310_AUX_CTRL_EARLY_BRESP, +@@ -52,5 +82,6 @@ DT_MACHINE_START(BCM5301X, "BCM5301X") + .l2c_aux_val = 0, .l2c_aux_mask = ~0, .init_early = bcm5301x_init_early, + .restart = bcm5301x_restart, |