diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-11-23 20:05:08 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-29 12:20:16 +0000 |
commit | f04aedac271a4fbfd7547b01b7f2273f1f1dd495 (patch) | |
tree | 7cea79b7aa79aa95d171968d12d183d87dc822ca /src/mainboard/cubietech/cubieboard | |
parent | 8f05527485776aab00115cfcb627c5eeb6debcde (diff) |
{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/mainboard/cubietech/cubieboard')
-rw-r--r-- | src/mainboard/cubietech/cubieboard/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/cubietech/cubieboard/romstage.c b/src/mainboard/cubietech/cubieboard/romstage.c index 665eb9d7c1..f13dbf4387 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> |