diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/quark/romstage/car.c | 1 | ||||
-rw-r--r-- | src/soc/intel/quark/romstage/fsp1_1.c | 1 | ||||
-rw-r--r-- | src/soc/intel/quark/romstage/romstage.c | 1 |
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> |