On Sat, Feb 16, 2008 at 09:30:17PM -0800, ron minnich wrote:
you mean add a .dts? It makes sense to me.
I've done this in my working copy:
cd northbridge/amd/geodelx svn mv apic apic.dts svn mv domain domain.dts svn mv pci pci.dts cd ../../intel/i440bxemulation svn mv domain domain.dts cd ../../../southbridge/intel/i82371eb svn mv ide ide.dts cd ../../../mainboard/pcengines/alix1c sed -i '/config.*[^s]");$/s,");,.dts");,' dts cd ../../emulation/qemu-x86 sed -i '/config.*[^s]");$/s,");,.dts");,' dts
This is the patch I got. Will it be enough to commit that if it is acked, or do I need to do something else for the svn mv to be complete?
//Peter