ppc4xx: Add additional debug info to 4xx fdt support

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese 2007-10-11 11:11:45 +02:00
parent db3232ddb0
commit 4994ffd890

View File

@ -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);
}
/*