mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
mips: bmips: bcm63268: fix brcm, bcm6328-mc size
Shrink brcm,bcm6328-mc size to avoid overlapping with other controllers Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:

committed by
Daniel Schwierzeck

parent
44d8514f54
commit
0c9152d320
@ -136,7 +136,7 @@
|
|||||||
|
|
||||||
memory-controller@10003000 {
|
memory-controller@10003000 {
|
||||||
compatible = "brcm,bcm6328-mc";
|
compatible = "brcm,bcm6328-mc";
|
||||||
reg = <0x10003000 0x1000>;
|
reg = <0x10003000 0x894>;
|
||||||
u-boot,dm-pre-reloc;
|
u-boot,dm-pre-reloc;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user