diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-05-13 20:01:15 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-05-13 20:01:15 +0000 |
commit | 3dd92743328e3ec956cf243b74e43eaf5167dc92 (patch) | |
tree | 847ff70036d9bf2010cedb60bfae38f9c11da3a2 /target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch | |
parent | b4ecf19faa55ac21f86b8d7e435593af6a82a654 (diff) | |
download | upstream-3dd92743328e3ec956cf243b74e43eaf5167dc92.tar.gz upstream-3dd92743328e3ec956cf243b74e43eaf5167dc92.tar.bz2 upstream-3dd92743328e3ec956cf243b74e43eaf5167dc92.zip |
bcm53xx: add support for SmartRG SR400ac
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45686
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch b/target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch index 2153452dd4..5a0e008cbb 100644 --- a/target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch +++ b/target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch @@ -124,3 +124,14 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> }; memory { +--- a/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts ++++ b/arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts +@@ -16,7 +16,7 @@ + model = "SmartRG SR400ac"; + + chosen { +- bootargs = "console=ttyS0,115200"; ++ bootargs = "console=ttyS0,115200 earlyprintk"; + }; + + memory { |