From: Lee Jones Date: Tue, 16 Feb 2016 14:17:00 +0000 (+0100) Subject: ARM: configs: Add new config fragment to change RAM start point X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9fe5bf92c30a89631eb1fafe0d9b18e2ba331ebb;p=linux-beck.git ARM: configs: Add new config fragment to change RAM start point 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 Signed-off-by: Lee Jones Acked-by: Arnd Bergmann Signed-off-by: Maxime Coquelin --- diff --git a/arch/arm/configs/dram_0x00000000.config b/arch/arm/configs/dram_0x00000000.config new file mode 100644 index 000000000000..db96dcb420ce --- /dev/null +++ b/arch/arm/configs/dram_0x00000000.config @@ -0,0 +1 @@ +CONFIG_DRAM_BASE=0x00000000