diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-03-22 01:56:47 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-03-22 01:56:47 +0000 |
commit | a4523c8e1d03a61057e9c9d6e9d83e5c0a33c60f (patch) | |
tree | 77c6145168bbe0ef7ffd2455a18fda91ffe14995 /target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch | |
parent | 4f44df6fd8f2c404fd5b1534257a7a8c85eb96f5 (diff) | |
download | upstream-a4523c8e1d03a61057e9c9d6e9d83e5c0a33c60f.tar.gz upstream-a4523c8e1d03a61057e9c9d6e9d83e5c0a33c60f.tar.bz2 upstream-a4523c8e1d03a61057e9c9d6e9d83e5c0a33c60f.zip |
bcm53xx: refresh patches
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44931
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch b/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch index 9f7e1fe91f..4367b8b901 100644 --- a/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch +++ b/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch @@ -14,7 +14,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- a/arch/arm/mach-bcm/bcm_5301x.c +++ b/arch/arm/mach-bcm/bcm_5301x.c -@@ -79,7 +79,10 @@ static const char __initconst *bcm5301x_ +@@ -49,7 +49,10 @@ static const char __initconst *bcm5301x_ }; DT_MACHINE_START(BCM5301X, "BCM5301X") @@ -25,4 +25,4 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> + L310_AUX_CTRL_EARLY_BRESP, .l2c_aux_mask = ~0, .init_early = bcm5301x_init_early, - .restart = bcm5301x_restart, + .dt_compat = bcm5301x_dt_compat, |