From f04aedac271a4fbfd7547b01b7f2273f1f1dd495 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 23 Nov 2018 20:05:08 +0100 Subject: {mb/cubieboard,soc/intel/quark}: Remove define __SIMPLE_DEVICE__ Remove the __SIMPLE_DEVICE__ define from files used only in romstage. This is not required since romstage always defines __SIMPLE_DEVICE__. Change-Id: I8db1b15c9186536c9b8a6b5d667fa5a11af1bad2 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/29821 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/soc/intel/quark/romstage/romstage.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/quark/romstage/romstage.c') diff --git a/src/soc/intel/quark/romstage/romstage.c b/src/soc/intel/quark/romstage/romstage.c index c5f59c6325..f2a280effb 100644 --- a/src/soc/intel/quark/romstage/romstage.c +++ b/src/soc/intel/quark/romstage/romstage.c @@ -13,7 +13,6 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ -#define __SIMPLE_DEVICE__ #include #include -- cgit v1.2.3