summaryrefslogtreecommitdiff
path: root/src/soc/intel/quark/romstage
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-11-23 20:05:08 +0100
committerPatrick Georgi <pgeorgi@google.com>2018-11-29 12:20:16 +0000
commitf04aedac271a4fbfd7547b01b7f2273f1f1dd495 (patch)
tree7cea79b7aa79aa95d171968d12d183d87dc822ca /src/soc/intel/quark/romstage
parent8f05527485776aab00115cfcb627c5eeb6debcde (diff)
downloadcoreboot-f04aedac271a4fbfd7547b01b7f2273f1f1dd495.tar.xz
{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 <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/29821 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/quark/romstage')
-rw-r--r--src/soc/intel/quark/romstage/car.c1
-rw-r--r--src/soc/intel/quark/romstage/fsp1_1.c1
-rw-r--r--src/soc/intel/quark/romstage/romstage.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/quark/romstage/car.c b/src/soc/intel/quark/romstage/car.c
index 781349cf6d..9f052a31ec 100644
--- a/src/soc/intel/quark/romstage/car.c
+++ b/src/soc/intel/quark/romstage/car.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 <console/console.h>
#include <fsp/util.h>
diff --git a/src/soc/intel/quark/romstage/fsp1_1.c b/src/soc/intel/quark/romstage/fsp1_1.c
index 6ce2079256..d5c5f19b4e 100644
--- a/src/soc/intel/quark/romstage/fsp1_1.c
+++ b/src/soc/intel/quark/romstage/fsp1_1.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 <arch/early_variables.h>
#include <console/console.h>
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 <arch/early_variables.h>
#include <cbfs.h>