This commit is contained in:
François Revol
2013-04-21 02:12:12 +02:00
parent 18ea985add
commit 0f8e6ba440
+1 -1
View File
@@ -131,7 +131,7 @@ serial_init_fdt(const void *fdt)
return;
// determine the MMIO address
// TODO: ppc640 use 64bit addressing, but U-Boot seems to map it below 4G,
// TODO: ppc460 use 64bit addressing, but U-Boot seems to map it below 4G,
// and the FDT is not very clear. libfdt is also getting 64bit addr support.
// so FIXME someday.
prop = fdt_getprop(fdt, node, "virtual-reg", &len);