[U-Boot-Users] [PATCH] add ft_cpu_setup(..)-function for mpc8260
Wolfgang Denk
wd at denx.de
Fri Sep 7 00:31:02 CEST 2007
Dear Sergei,
in message <1189000905.2681.18.camel at p60635-ste.ids.de> you wrote:
>
> On proposal from Heiko Schocher:
> This patch adds ft_cpu_setup(..) - function for mpc8260.
>
> Signed-off-by: Sergej Stepanov <Sergej.Stepanov at ids.de>
> --
>
> diff -pruN --exclude='\.svn' u-boot-1.2.0-orig/cpu/mpc8260/cpu.c u-boot-1.2.0/cpu/mpc8260/cpu.c
> --- u-boot-1.2.0-orig/cpu/mpc8260/cpu.c 2007-01-07 00:13:11.000000000 +0100
> +++ u-boot-1.2.0/cpu/mpc8260/cpu.c 2007-09-03 14:02:54.000000000 +0200
> @@ -294,3 +294,18 @@ void watchdog_reset (void)
> #endif /* CONFIG_WATCHDOG */
>
> /* ------------------------------------------------------------------------- */
> +
> +#if defined(CONFIG_OF_FLAT_TREE)
CONFIG_OF_FLAT_TREE is deprecated, as it is going to be replaced by
CONFIG_OF_LIBFDT.
Please change your code to use the new style and resubmit. Thanks.
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
There is an old custom among my people. When a woman saves a man's
life, he is grateful.
-- Nona, the Kanuto which woman, "A Private Little War",
stardate 4211.8.
More information about the U-Boot
mailing list