[U-Boot] [PATCH u-boot git] DaVinci now respects SKIP_LOWLEVEL_INIT

Wolfgang Denk wd at denx.de
Tue Apr 14 12:59:21 CEST 2009


Dear David Brownell,

In message <200904131617.55202.david-b at 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: wd at denx.de
Only a fool fights in a burning house.
	-- Kank the Klingon, "Day of the Dove", stardate unknown


More information about the U-Boot mailing list