aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKristian Amlie <kristian.amlie@northern.tech>2021-09-10 08:19:19 +0200
committerTom Rini <trini@konsulko.com>2021-09-24 14:30:46 -0400
commit8a0f5f6e70b32f04bd0a3eb845df7c55a3690e3b (patch)
tree5a4a46070a2e112a791010919c2dea4cf58590bc /include
parent0d60e5d8e9a7abc46751664a0857c66280d43d2c (diff)
downloadu-boot-8a0f5f6e70b32f04bd0a3eb845df7c55a3690e3b.zip
u-boot-8a0f5f6e70b32f04bd0a3eb845df7c55a3690e3b.tar.gz
u-boot-8a0f5f6e70b32f04bd0a3eb845df7c55a3690e3b.tar.bz2
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')
-rw-r--r--include/configs/vexpress_ca9x4.h2
-rw-r--r--include/configs/vexpress_common.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/vexpress_ca9x4.h b/include/configs/vexpress_ca9x4.h
index 8157a58..ba3f979 100644
--- a/include/configs/vexpress_ca9x4.h
+++ b/include/configs/vexpress_ca9x4.h
@@ -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 */
diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h
index 46565db..02fd963 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