diff options
author | Kimarie Hoot <kimarie.hoot@se-eng.com> | 2013-03-15 12:19:45 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-03-19 00:36:40 +0100 |
commit | 3c734bb355b6cf15e61e3bc8755f622d4117e7c2 (patch) | |
tree | 8a2f48fedc927f7693350bf3cb6f07d7601a1aa6 /src/include/cpu | |
parent | c2fe1e0a0999f65f7954ba88b69e63c3d2737291 (diff) | |
download | coreboot-3c734bb355b6cf15e61e3bc8755f622d4117e7c2.tar.xz |
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)
Diffstat (limited to 'src/include/cpu')
0 files changed, 0 insertions, 0 deletions