Avoid polluting CONFIG_ namespace with board specific define.
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
0d60e5d8e9
commit
8a0f5f6e70
3 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
#ifndef __VEXPRESS_CA9X4_H
|
||||
#define __VEXPRESS_CA9X4_H
|
||||
|
||||
#define CONFIG_VEXPRESS_ORIGINAL_MEMORY_MAP
|
||||
#define VEXPRESS_ORIGINAL_MEMORY_MAP
|
||||
#include "vexpress_common.h"
|
||||
|
||||
#endif /* VEXPRESS_CA9X4_H */
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* Definitions copied from linux kernel:
|
||||
* arch/arm/mach-vexpress/include/mach/motherboard.h
|
||||
*/
|
||||
#ifdef CONFIG_VEXPRESS_ORIGINAL_MEMORY_MAP
|
||||
#ifdef VEXPRESS_ORIGINAL_MEMORY_MAP
|
||||
/* CS register bases for the original memory map. */
|
||||
#define V2M_PA_CS0 0x40000000
|
||||
#define V2M_PA_CS1 0x44000000
|
||||
|
|
|
@ -3194,7 +3194,6 @@ CONFIG_U_BOOT_HDR_SIZE
|
|||
CONFIG_VAL
|
||||
CONFIG_VAR_SIZE_SPL
|
||||
CONFIG_VERY_BIG_RAM
|
||||
CONFIG_VEXPRESS_ORIGINAL_MEMORY_MAP
|
||||
CONFIG_VIDEO_BCM2835
|
||||
CONFIG_VIDEO_BMP_LOGO
|
||||
CONFIG_VIDEO_DA8XX
|
||||
|
|
Loading…
Reference in a new issue