the following patch was just integrated into master: commit 3c734bb355b6cf15e61e3bc8755f622d4117e7c2 Author: Kimarie Hoot kimarie.hoot@se-eng.com Date: Fri Mar 15 12:19:45 2013 -0600
AMD Dinar: Remove Unused Oem.h Header File
Having this header file in the mainboard directory breaks the dinar build on cygwin because the header file in the dinar mainboard is used instead of the correct header file src/vendorcode/amd/cimx/sb700/OEM.h. The build probably works fine on Linux systems because, due to case-sensitivity, Oem.h will not match the #include "OEM.h" statement in src/southbridge/amd/cimx/sb700/Platform.h.
The Oem.h file in the dinar mainboard is not used by any other source files, and the defines in the dinar mainboard are duplicated by defines in the correct OEM.h file. Therefore, the file can be safely removed.
Change-Id: I81b97eca8116d63644d335edc3bb51f90c7094d9 Signed-off-by: Kimarie Hoot kimarie.hoot@se-eng.com Reviewed-on: http://review.coreboot.org/2776 Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Tested-by: build bot (Jenkins)
Build-Tested: build bot (Jenkins) at Mon Mar 18 22:05:34 2013, giving +1 See http://review.coreboot.org/2776 for details.
-gerrit