Dear David Brownell,

In message <200904131617.55202.davi...@pacbell.net> you wrote:
>
>  COBJS        = timer.o ether.o lxt972.o dp83848.o
> -SOBJS        = lowlevel_init.o reset.o
> +SOBJS        = reset.o
> +
> +ifndef CONFIG_SKIP_LOWLEVEL_INIT
> +     SOBJS   += lowlevel_init.o
> +endif

Please don't do it like this. Please use the same style like
everybody else.

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: w...@denx.de
Only a fool fights in a burning house.
        -- Kank the Klingon, "Day of the Dove", stardate unknown
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to