On Wed, Jun 27, 2007 at 09:16:00PM +0200, svn@openbios.org wrote:
-$(obj)/mainboard/$(MAINBOARDDIR)/statictree.c: $(src)/mainboard/$(MAINBOARDDIR)/dts $(obj)/util/dtc/dtc +$(obj)/statictree.h: $(src)/mainboard/$(MAINBOARDDIR)/dts $(obj)/util/dtc/dtc
- $(Q)printf " DTC (static.h) $(subst $(shell pwd)/,,$(@))\n"
- $(Q)$(obj)/util/dtc/dtc -O lbh mainboard/$(MAINBOARDDIR)/dts > $@
Can we drop the "(static.h)" again? It doesn't align in the build output.
-/* southbridge,intel,piix4{
pcipath = "0,0";
southbridge,intel,piix4{
Can we replace "piix4" with "i82371eb"? We should standardize on the full/correct name for all chipsets.
Nice patch otherwise.
Uwe.