mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
ppc4xx: Add additional debug info to 4xx fdt support
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
db3232ddb0
commit
4994ffd890
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue