commit | a89805f324a060b66a59ec911dbbdba400003deb | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat Oct 24 22:19:54 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 24 22:19:54 2009 +0200 |
tree | 34dcf26e57fe4cfec696135bc0ed9d9b17e1f294 | |
parent | 25ee856e4406da302f9d454fba9a7aa0357ee2ca [diff] | |
parent | 62506ae1401c69f208b6aed1111ac57d820c06a0 [diff] |
Merge branch 'master' of /home/wd/git/u-boot/custodians
diff --git a/cpu/ppc4xx/fdt.c b/cpu/ppc4xx/fdt.c index 496e028..b310832 100644 --- a/cpu/ppc4xx/fdt.c +++ b/cpu/ppc4xx/fdt.c
@@ -42,7 +42,7 @@ u32 bxcr; u32 ranges[EBC_NUM_BANKS * 4]; u32 *p = ranges; - char *ebc_path = "/plb/opb/ebc"; + char ebc_path[] = "/plb/opb/ebc"; ft_cpu_setup(blob, bd);