diff options
author | Kristian Amlie <kristian.amlie@northern.tech> | 2021-09-10 08:19:19 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-24 14:30:46 -0400 |
commit | 8a0f5f6e70b32f04bd0a3eb845df7c55a3690e3b (patch) | |
tree | 5a4a46070a2e112a791010919c2dea4cf58590bc /include/configs/vexpress_common.h | |
parent | 0d60e5d8e9a7abc46751664a0857c66280d43d2c (diff) | |
download | u-boot-8a0f5f6e70b32f04bd0a3eb845df7c55a3690e3b.tar.gz |
Avoid polluting CONFIG_ namespace with board specific define.
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/vexpress_common.h')
-rw-r--r-- | include/configs/vexpress_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index 46565db1510..02fd9636110 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.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 |