mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
bcm53xx: enable earlyprintk and all RAM on DIR-885L
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48520
This commit is contained in:
parent
6bdb024391
commit
22eb2c1bf2
@ -167,4 +167,15 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
|||||||
+ bootargs = "console=ttyS0,115200 earlyprintk";
|
+ bootargs = "console=ttyS0,115200 earlyprintk";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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 {
|
memory {
|
||||||
|
@ -171,3 +171,15 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
|
|||||||
};
|
};
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
|
--- a/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
|
||||||
|
+++ b/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
|
||||||
|
@@ -21,7 +21,8 @@
|
||||||
|
};
|
||||||
|
|
||||||
|
memory {
|
||||||
|
- reg = <0x00000000 0x08000000>;
|
||||||
|
+ reg = <0x00000000 0x08000000
|
||||||
|
+ 0x88000000 0x08000000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
nand: nand@18028000 {
|
||||||
|
Loading…
Reference in New Issue
Block a user