diff options
author | Myles Watson <mylesgw@gmail.com> | 2010-09-13 13:14:48 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-09-13 13:14:48 +0000 |
commit | 25d1213e3fd596281f2d7a3bb3aa975a4bf66545 (patch) | |
tree | 78c0bc88e353f58fee9c78e8043a9daf160dc02d /src/mainboard/getac/p470/mainboard.c | |
parent | 43882f1714a5fd415cdf3dab1dfd6328fb2f0a33 (diff) |
Convert i945 boards to use reserved resources instead of directly adding
coreboot table entries in every mainboard.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5803 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/getac/p470/mainboard.c')
-rw-r--r-- | src/mainboard/getac/p470/mainboard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/getac/p470/mainboard.c b/src/mainboard/getac/p470/mainboard.c index c2e9e1831e..a861f43855 100644 --- a/src/mainboard/getac/p470/mainboard.c +++ b/src/mainboard/getac/p470/mainboard.c @@ -98,11 +98,6 @@ static void mainboard_enable(device_t dev) verb_setup(); } -int add_mainboard_resources(struct lb_memory *mem) -{ - return add_northbridge_resources(mem); -} - struct chip_operations mainboard_ops = { CHIP_NAME("Getac P470 Rugged Notebook") .enable_dev = mainboard_enable, |