]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: configs: Add new config fragment to change RAM start point
authorLee Jones <lee.jones@linaro.org>
Tue, 16 Feb 2016 14:17:00 +0000 (15:17 +0100)
committerMaxime Coquelin <mcoquelin.stm32@gmail.com>
Wed, 17 Feb 2016 16:31:30 +0000 (17:31 +0100)
commit9fe5bf92c30a89631eb1fafe0d9b18e2ba331ebb
treedd397373a9d6be457301cd97b5436da093c5b643
parentbe8df3704ce86b784a2e3a3d04c62dbb5cc9eff6
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 <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>
arch/arm/configs/dram_0x00000000.config [new file with mode: 0644]