[U-Boot-Users] [PATCH 3/3] 8xx: Update and extend 8xx fdt support - resubmit
Wolfgang Denk
wd at denx.de
Tue Mar 25 22:23:16 CET 2008
In message <20080215010651.6b9199b6 at neuromancer.mindspace> you wrote:
> Attached patch updates the 8xx fdt support for 8xx. As pointed out by Scott
> Wood - OF_CPU, OF_TBCLK aren't needed and get_tbclk() should be used instead of
> bd->bi_busfreq.
>
> Signed-off-by: Bryan O'Donoghue <bodonoghue at codehermit.ie>
...
> --- a/cpu/mpc8xx/cpu.c
> +++ b/cpu/mpc8xx/cpu.c
> @@ -637,14 +637,3 @@ void reset_8xx_watchdog (volatile immap_t * immr)
>
> #endif /* CONFIG_WATCHDOG */
>
> -/* ------------------------------------------------------------------------- */
> -#if defined(CONFIG_OF_LIBFDT)
> -void ft_cpu_setup (void *blob, bd_t *bd)
> -{
> - char * cpu_path = "/cpus/" OF_CPU;
> -
> - do_fixup_by_path_u32(blob, cpu_path, "bus-frequency", bd->bi_busfreq,
> 1);
^^^^^
> - do_fixup_by_path_u32(blob, cpu_path, "timebase-frequency", OF_TBCLK,
> 1);
^^^^^
> - do_fixup_by_path_u32(blob, cpu_path, "clock-frequency",
> bd->bi_intfreq, 1); -}
^^^^^^^^^^^^^^^^^^^^^^^^
Patch is line-wrapped and does not apply. Please resubmit.
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
Your csh still thinks true is false. Write to your vendor today and
tell them that next year Configure ought to "rm /bin/csh" unless they
fix their blasted shell. :-)
- Larry Wall in Configure from the perl distribution
More information about the U-Boot
mailing list