瀏覽代碼

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>
Lee Jones 9 年之前
父節點
當前提交
9fe5bf92c3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/arm/configs/dram_0x00000000.config

+ 1 - 0
arch/arm/configs/dram_0x00000000.config

@@ -0,0 +1 @@
+CONFIG_DRAM_BASE=0x00000000