diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-01-28 08:51:46 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2016-01-28 08:51:46 +0000 |
commit | 22eb2c1bf23af36296ed805fd64e27d4666e6413 (patch) | |
tree | c3945eb544f6dbf538c7b17e820583747127f886 /target/linux/bcm53xx/patches-4.4/330-ARM-BCM5301X-Enable-earlyprintk-on-tested-devices.patch | |
parent | 6bdb024391be896ca8582ce5fc5a5ac3391d695d (diff) | |
download | upstream-22eb2c1bf23af36296ed805fd64e27d4666e6413.tar.gz upstream-22eb2c1bf23af36296ed805fd64e27d4666e6413.tar.bz2 upstream-22eb2c1bf23af36296ed805fd64e27d4666e6413.zip |
bcm53xx: enable earlyprintk and all RAM on DIR-885L
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48520
Diffstat (limited to 'target/linux/bcm53xx/patches-4.4/330-ARM-BCM5301X-Enable-earlyprintk-on-tested-devices.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.4/330-ARM-BCM5301X-Enable-earlyprintk-on-tested-devices.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-4.4/330-ARM-BCM5301X-Enable-earlyprintk-on-tested-devices.patch b/target/linux/bcm53xx/patches-4.4/330-ARM-BCM5301X-Enable-earlyprintk-on-tested-devices.patch index 18b1511e27..7cdd268046 100644 --- a/target/linux/bcm53xx/patches-4.4/330-ARM-BCM5301X-Enable-earlyprintk-on-tested-devices.patch +++ b/target/linux/bcm53xx/patches-4.4/330-ARM-BCM5301X-Enable-earlyprintk-on-tested-devices.patch @@ -168,3 +168,14 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com> }; memory { +--- a/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts ++++ b/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts +@@ -17,7 +17,7 @@ + model = "D-Link DIR-885L"; + + chosen { +- bootargs = "console=ttyS0,115200"; ++ bootargs = "console=ttyS0,115200 earlyprintk"; + }; + + memory { |