projects
/
u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
powerpc: MPC8548: Move CONFIG_MPC8548 to Kconfig option
[u-boot.git]
/
arch
/
powerpc
/
cpu
/
mpc85xx
/
cpu_init.c
diff --git
a/arch/powerpc/cpu/mpc85xx/cpu_init.c
b/arch/powerpc/cpu/mpc85xx/cpu_init.c
index 53b3729f987e48af959263727d0b74ad7f38187a..dfea750893ac4292ac3c000239dbfc454b7d44d3 100644
(file)
--- a/
arch/powerpc/cpu/mpc85xx/cpu_init.c
+++ b/
arch/powerpc/cpu/mpc85xx/cpu_init.c
@@
-442,7
+442,7
@@
ulong cpu_init_f(void)
#if defined(CONFIG_SECURE_BOOT) && !defined(CONFIG_SYS_RAMBOOT)
struct law_entry law;
#endif
-#ifdef CONFIG_MPC8548
+#ifdef CONFIG_
ARCH_
MPC8548
ccsr_local_ecm_t *ecm = (void *)(CONFIG_SYS_MPC85xx_ECM_ADDR);
uint svr = get_svr();
This page took
0.027781 seconds
and
4
git commands to generate.