diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-03-13 11:44:39 +0200 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-04-15 07:29:13 +0200 |
commit | 18ac0d52b79aae665276303624c30f249630a603 (patch) | |
tree | 49ecb58621f84dad49bf337c833d8c2da273fb35 /src/mainboard/supermicro/h8scm | |
parent | c3fc1e05a65e28c92db99c423fb6727add7ad360 (diff) | |
download | coreboot-18ac0d52b79aae665276303624c30f249630a603.tar.xz |
Drop add_mainboard_resources and HAVE_MAINBOARD_RESOURCES again
These are not defined since commit »Drop HAVE_MAINBOARD_RESOURCES«
(1c5071d1) [1] but were unfortunately introduced again in new ports.
[1] http://review.coreboot.org/1414
Change-Id: I5eb61628141aefd08779615702d51ca155fa632a
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/2707
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/supermicro/h8scm')
-rw-r--r-- | src/mainboard/supermicro/h8scm/mainboard.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/supermicro/h8scm/mainboard.c b/src/mainboard/supermicro/h8scm/mainboard.c index 819208c105..23b1d72f93 100644 --- a/src/mainboard/supermicro/h8scm/mainboard.c +++ b/src/mainboard/supermicro/h8scm/mainboard.c @@ -72,13 +72,6 @@ static void mainboard_enable(device_t dev) printk(BIOS_INFO, "Mainboard " CONFIG_MAINBOARD_PART_NUMBER " Enable.\n"); } -#if CONFIG_HAVE_MAINBOARD_RESOURCES -int add_mainboard_resources(struct lb_memory *mem) -{ - return 0; -} -#endif - struct chip_operations mainboard_ops = { .enable_dev = mainboard_enable, }; |