Skip to content

Commit

Permalink
ARM: configs: Add new config fragment to change RAM start point
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Jones authored and Maxime Coquelin committed Feb 17, 2016
1 parent be8df37 commit 9fe5bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/configs/dram_0x00000000.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_DRAM_BASE=0x00000000

0 comments on commit 9fe5bf9

Please sign in to comment.