e12c9bc724605a6e24b92132dbb4507b7297eae2
[buildroot.git] /
1 From 7d67f4be6e1b4d08126023c3902e3fc39488bbf9 Mon Sep 17 00:00:00 2001
2 From: Lee Jones <lee.jones@linaro.org>
3 Date: Tue, 16 Feb 2016 13:56:13 +0000
4 Subject: [PATCH] ARM: configs: Add new config fragment to change RAM start
5 point
6
7 Rather than duplicate a defconfig for each difference
8 between platforms, we can choose to pick a basic defconfig and
9 manipulate it at run-time using config fragments. Here we're
10 adding a new fragment to over-ride the RAM start point to 0x0.
11
12 Cc: Arnd Bergmann <arnd@arndb.de>
13 Signed-off-by: Lee Jones <lee.jones@linaro.org>
14 ---
15 arch/arm/configs/dram_0x00000000.config | 1 +
16 1 file changed, 1 insertion(+)
17 create mode 100644 arch/arm/configs/dram_0x00000000.config
18
19 diff --git a/arch/arm/configs/dram_0x00000000.config b/arch/arm/configs/dram_0x00000000.config
20 new file mode 100644
21 index 0000000..db96dcb
22 --- /dev/null
23 +++ b/arch/arm/configs/dram_0x00000000.config
24 @@ -0,0 +1 @@
25 +CONFIG_DRAM_BASE=0x00000000
26 --
27 2.6.4
28