aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i440bx
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-12 11:27:34 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-14 11:28:27 +0000
commit10c8ad8d78e6d0117d34668015620a1d94ca4021 (patch)
treea692bda6c5622206bd8aeebf67cee1b03db7bbb1 /src/northbridge/intel/i440bx
parent6aa81fa55e46a308e78506d6ee93a61fb569b6c6 (diff)
nb/intel/i440bx: Remove unnecessary __SIMPLE_DEVICE__
This file is only included in romstage. Change-Id: Ib9ee6e88e7a6ef81034de608232a05e92a16d5f4 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36773 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/northbridge/intel/i440bx')
-rw-r--r--src/northbridge/intel/i440bx/memmap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/i440bx/memmap.c b/src/northbridge/intel/i440bx/memmap.c
index d260af6f32..5c47ed0608 100644
--- a/src/northbridge/intel/i440bx/memmap.c
+++ b/src/northbridge/intel/i440bx/memmap.c
@@ -13,8 +13,6 @@
* GNU General Public License for more details.
*/
-#define __SIMPLE_DEVICE__
-
#include <arch/romstage.h>
#include <device/pci_ops.h>
#include <cbmem.h>