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:
mmel 2019-02-06 06:03:44 +00:00
parent 31147537ec
commit 1cd5bb679d

View File

@ -38,7 +38,7 @@
stdout = &uartd;
};
memory {
memory@80000000 {
/* reg = <0x0 0x80000000 0x0 0x80000000>; */
reg = <0x0 0x80000000 0x0 0x70000000>;
};