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
31147537ec
commit
1cd5bb679d
@ -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