{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>
This commit is contained in:
Elyes HAOUAS 2018-11-23 20:05:08 +01:00 committed by Patrick Georgi
parent 8f05527485
commit f04aedac27
4 changed files with 0 additions and 4 deletions

View File

@ -29,7 +29,6 @@
#include <cpu/allwinner/a10/gpio.h> #include <cpu/allwinner/a10/gpio.h>
#include <cpu/allwinner/a10/twi.h> #include <cpu/allwinner/a10/twi.h>
#include <program_loading.h> #include <program_loading.h>
#define __SIMPLE_DEVICE__
#include <device/device.h> #include <device/device.h>
#include <drivers/xpowers/axp209/axp209.h> #include <drivers/xpowers/axp209/axp209.h>
#include <drivers/xpowers/axp209/chip.h> #include <drivers/xpowers/axp209/chip.h>

View File

@ -13,7 +13,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#define __SIMPLE_DEVICE__
#include <console/console.h> #include <console/console.h>
#include <fsp/util.h> #include <fsp/util.h>

View File

@ -13,7 +13,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#define __SIMPLE_DEVICE__
#include <arch/early_variables.h> #include <arch/early_variables.h>
#include <console/console.h> #include <console/console.h>

View File

@ -13,7 +13,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#define __SIMPLE_DEVICE__
#include <arch/early_variables.h> #include <arch/early_variables.h>
#include <cbfs.h> #include <cbfs.h>