mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
- Move pci_set_method out of hardwaremain.c - Re-add debugging name field but only include the CONFIG_CHIP_NAME is enabled. All instances are now wrapped in CHIP_NAME - Many minor cleanups so most ports build. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1737 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
8 lines
125 B
C
8 lines
125 B
C
#include <device/device.h>
|
|
#include "chip.h"
|
|
|
|
|
|
struct chip_operations cpu_amd_socket_754_ops = {
|
|
CHIP_NAME("socket 754")
|
|
};
|