commit | 4994ffd890b9d95d807387a9b7bd8a4803ee406e | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Oct 11 11:11:45 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Wed Oct 31 21:20:50 2007 +0100 |
tree | ea4470741ec9a9f6c07563d8745cf3ae56ad7550 | |
parent | db3232ddb058d0ed0bc31f7c5c296748a1afac67 [diff] |
ppc4xx: Add additional debug info to 4xx fdt support Signed-off-by: Stefan Roese <sr@denx.de>
diff --git a/cpu/ppc4xx/fdt.c b/cpu/ppc4xx/fdt.c index a1c81e6..2acb250 100644 --- a/cpu/ppc4xx/fdt.c +++ b/cpu/ppc4xx/fdt.c
@@ -123,6 +123,8 @@ 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); } /*