[U-Boot] [PATCH] MPC8315ERD: fix build error
Wolfgang Denk
wd at denx.de
Tue Oct 26 20:41:23 CEST 2010
In message <1287929649-19180-1-git-send-email-wd at denx.de> you wrote:
> Commit 29c6fbe "MPC5121: Add USB EHCI support" renamed
> CONFIG_SYS_MPC8xxx_USB_ADDR into CONFIG_SYS_FSL_USB_ADDR but missed
> to update arch/powerpc/cpu/mpc83xx/cpu_init.c, resulting in:
>
> cpu_init.c: In function 'cpu_init_f':
> cpu_init.c:332: error: 'CONFIG_SYS_MPC8xxx_USB_ADDR' undeclared (first use in this function)
> cpu_init.c:332: error: (Each undeclared identifier is reported only once
> cpu_init.c:332: error: for each function it appears in.)
> make[1]: *** [/work/wd/tmp-ppc/arch/powerpc/cpu/mpc83xx/cpu_init.o] Error 1
>
> Fix this.
>
> Signed-off-by: Wolfgang Denk <wd at denx.de>
> Cc: Kim Phillips <kim.phillips at freescale.com>
> ---
> arch/powerpc/cpu/mpc83xx/cpu_init.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied.
Hope this is OK with you, Kim?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Well, the way I see it, logic is only a way of being ignorant by num-
bers. - Terry Pratchett, _Small Gods_
More information about the U-Boot
mailing list