{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:
		
				
					committed by
					
						 Patrick Georgi
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							8f05527485
						
					
				
				
					commit
					f04aedac27
				
			| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user