HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29821
Change subject: {mb/cubieboard,soc/intel/quark}: Remove define __SIMPLE_DEVICE__ ......................................................................
{mb/cubieboard,soc/intel/quark}: Remove define __SIMPLE_DEVICE__
As it is already in Makefile, "define __SIMPLE_DEVICE__" is not needed.
Change-Id: I8db1b15c9186536c9b8a6b5d667fa5a11af1bad2 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/cubietech/cubieboard/romstage.c M src/soc/intel/quark/romstage/car.c M src/soc/intel/quark/romstage/fsp1_1.c M src/soc/intel/quark/romstage/romstage.c 4 files changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/29821/1
diff --git a/src/mainboard/cubietech/cubieboard/romstage.c b/src/mainboard/cubietech/cubieboard/romstage.c index 665eb9d..f13dbf4 100644 --- a/src/mainboard/cubietech/cubieboard/romstage.c +++ b/src/mainboard/cubietech/cubieboard/romstage.c @@ -29,7 +29,6 @@ #include <cpu/allwinner/a10/gpio.h> #include <cpu/allwinner/a10/twi.h> #include <program_loading.h> -#define __SIMPLE_DEVICE__ #include <device/device.h> #include <drivers/xpowers/axp209/axp209.h> #include <drivers/xpowers/axp209/chip.h> diff --git a/src/soc/intel/quark/romstage/car.c b/src/soc/intel/quark/romstage/car.c index 781349c..9f052a3 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 6ce2079..d5c5f19 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 c5f59c6..f2a280e 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>