Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1335420 > unrolled thread
| Started by | Lee Jones <lee.jones@linaro.org> |
|---|---|
| First post | 2016-02-16 15:20 +0100 |
| Last post | 2016-02-16 15:20 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/3] ARM: configs: Add new config fragment to change RAM start point Lee Jones <lee.jones@linaro.org> - 2016-02-16 15:20 +0100
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-02-16 15:20 +0100 |
| Subject | [PATCH 2/3] ARM: configs: Add new config fragment to change RAM start point |
| Message-ID | <r2ODT-vy-5@gated-at.bofh.it> |
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> --- arch/arm/configs/dram_0x00000000.config | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/arm/configs/dram_0x00000000.config diff --git a/arch/arm/configs/dram_0x00000000.config b/arch/arm/configs/dram_0x00000000.config new file mode 100644 index 0000000..db96dcb --- /dev/null +++ b/arch/arm/configs/dram_0x00000000.config @@ -0,0 +1 @@ +CONFIG_DRAM_BASE=0x00000000 -- 1.9.1
Back to top | Article view | linux.kernel
csiph-web