projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db3232d
)
ppc4xx: Add additional debug info to 4xx fdt support
author
Stefan Roese
<sr@denx.de>
Thu, 11 Oct 2007 09:11:45 +0000
(11:11 +0200)
committer
Stefan Roese
<sr@denx.de>
Wed, 31 Oct 2007 20:20:50 +0000
(21:20 +0100)
Signed-off-by: Stefan Roese <sr@denx.de>
cpu/ppc4xx/fdt.c
patch
|
blob
|
history
diff --git
a/cpu/ppc4xx/fdt.c
b/cpu/ppc4xx/fdt.c
index a1c81e60b46648669b599a32c714a5a3c355e748..2acb250e055ce9e3adb64c814b9d972c3838cff7 100644
(file)
--- a/
cpu/ppc4xx/fdt.c
+++ b/
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);
}
/*