diff options
author | 2016-11-15 15:41:35 +0100 | |
---|---|---|
committer | 2016-11-26 00:20:09 +0100 | |
commit | 292b44c3a3eb2de41cf4cf49f00821de32ca21fc (patch) | |
tree | 10892629ddfddbd1cb2e6e6bfe829cbe40dad9cd | |
parent | Merge branch 'v4.9-rc2-arm-configs-pata' of https://github.com/bzolnier/linux into next/defconfig (diff) | |
download | wireguard-linux-292b44c3a3eb2de41cf4cf49f00821de32ca21fc.tar.xz wireguard-linux-292b44c3a3eb2de41cf4cf49f00821de32ca21fc.zip |
ARM: configs: Add new config fragment to change RAM start point
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/configs/dram_0xc0000000.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/dram_0xc0000000.config b/arch/arm/configs/dram_0xc0000000.config new file mode 100644 index 000000000000..343d5333d973 --- /dev/null +++ b/arch/arm/configs/dram_0xc0000000.config @@ -0,0 +1 @@ +CONFIG_DRAM_BASE=0xc0000000 |