Browse Source

ppc4xx: Add additional debug info to 4xx fdt support

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese 17 years ago
parent
commit
4994ffd890
1 changed files with 2 additions and 0 deletions
  1. 2 0
      cpu/ppc4xx/fdt.c

+ 2 - 0
cpu/ppc4xx/fdt.c

@@ -123,6 +123,8 @@ void ft_cpu_setup(void *blob, bd_t *bd)
 		tmp[0] = cpu_to_fdt32(bd->bi_memstart);
 		tmp[1] = cpu_to_fdt32(bd->bi_memsize);
 		fdt_setprop(blob, offset, "reg", tmp, sizeof(tmp));
+		debug("Updating /memory node to %d:%d\n",
+		      bd->bi_memstart, bd->bi_memsize);
 	}
 
 	/*