]> Git Repo - linux.git/commitdiff
ARM: configs: Add new config fragment to change RAM start point
authorLee Jones <[email protected]>
Tue, 16 Feb 2016 14:17:00 +0000 (15:17 +0100)
committerMaxime Coquelin <[email protected]>
Wed, 17 Feb 2016 16:31:30 +0000 (17:31 +0100)
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 <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Maxime Coquelin <[email protected]>
arch/arm/configs/dram_0x00000000.config [new file with mode: 0644]

diff --git a/arch/arm/configs/dram_0x00000000.config b/arch/arm/configs/dram_0x00000000.config
new file mode 100644 (file)
index 0000000..db96dcb
--- /dev/null
@@ -0,0 +1 @@
+CONFIG_DRAM_BASE=0x00000000
This page took 0.056006 seconds and 4 git commands to generate.