Adapt FreeBSD specific DT stub for Jetson TK1 board to be consistent with
update of devicetree to 4.19 in r340337. Our build system doesn't provide dependencies for included DTS files, so nobody noticed this issue for long time. PR: 235362 MFC after: 1 week
This commit is contained in:
parent
f048354550
commit
64d41eddd7
@ -38,7 +38,7 @@
|
||||
stdout = &uartd;
|
||||
};
|
||||
|
||||
memory {
|
||||
memory@80000000 {
|
||||
/* reg = <0x0 0x80000000 0x0 0x80000000>; */
|
||||
reg = <0x0 0x80000000 0x0 0x70000000>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user