mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
powerpc/44x: Incorrect NOR offset in Warp DTS
FPGA offset in NOR flash was converted incorrectly when switching from 64M to 4M flash. Signed-off-by: Sean MacLennan <smaclennan@pikatech.com> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
This commit is contained in:
parent
1d555cf168
commit
929badad62
@ -157,7 +157,7 @@
|
||||
#size-cells = <1>;
|
||||
partition@300000 {
|
||||
label = "fpga";
|
||||
reg = <0x0030000 0x00040000>;
|
||||
reg = <0x0300000 0x00040000>;
|
||||
};
|
||||
partition@340000 {
|
||||
label = "env";
|
||||
|
Loading…
Reference in New Issue
Block a user