diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-05-13 20:01:03 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-05-13 20:01:03 +0000 |
commit | b4ecf19faa55ac21f86b8d7e435593af6a82a654 (patch) | |
tree | f247938372391ade9bba16e016602fc5b1eee65b /target/linux/bcm53xx/patches-3.18/303-ARM-BCM5310X-Enable-earlyprintk-on-tested-devices.patch | |
parent | af019cad5627da278f1cd8d18299269add740870 (diff) | |
download | upstream-b4ecf19faa55ac21f86b8d7e435593af6a82a654.tar.gz upstream-b4ecf19faa55ac21f86b8d7e435593af6a82a654.tar.bz2 upstream-b4ecf19faa55ac21f86b8d7e435593af6a82a654.zip |
bcm53xx: replace DT patches with backports from stblinux
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45685
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 46d8855463..2153452dd4 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 @@ -113,3 +113,14 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> }; memory { +--- a/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts ++++ b/arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts +@@ -16,7 +16,7 @@ + model = "Buffalo WXR-1900DHP"; + + chosen { +- bootargs = "console=ttyS0,115200"; ++ bootargs = "console=ttyS0,115200 earlyprintk"; + }; + + memory { |