aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2016-02-16 15:17:00 +0100
committerMaxime Coquelin <mcoquelin.stm32@gmail.com>2016-02-17 17:31:30 +0100
commit9fe5bf92c30a89631eb1fafe0d9b18e2ba331ebb (patch)
treedd397373a9d6be457301cd97b5436da093c5b643
parentbe8df3704ce86b784a2e3a3d04c62dbb5cc9eff6 (diff)
downloadstm32-next/defconfig-for-v4.6.tar.gz
ARM: configs: Add new config fragment to change RAM start pointstm32-defconfig-for-v4.6-1next/defconfig-for-v4.6
Rather than duplicate a defconfig for each difference between platforms, we can choose to pick a basic defconfig and manipulate it at run-time using config fragments. Here we're adding a new fragment to over-ride the RAM start point to 0x0. Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
-rw-r--r--arch/arm/configs/dram_0x00000000.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/dram_0x00000000.config b/arch/arm/configs/dram_0x00000000.config
new file mode 100644
index 00000000000000..db96dcb420cebe
--- /dev/null
+++ b/arch/arm/configs/dram_0x00000000.config
@@ -0,0 +1 @@
+CONFIG_DRAM_BASE=0x00000000