diff options
author | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-01-31 11:52:54 +0300 |
---|---|---|
committer | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-03-31 15:19:40 +0300 |
commit | a1365c4081ac21d2a51fcde3a9956e0e41cc2b74 (patch) | |
tree | 88e8323bc77217030795fbddac58f667b3be8ffe | |
parent | 0899cd2a5fba6573decf5baad0757502fef86885 (diff) | |
download | linux-a1365c4081ac21d2a51fcde3a9956e0e41cc2b74.tar.xz |
ARM: configs: Add new config fragment to change RAM start point
Add a new fragment to over-ride the RAM start point to 0xd0000000.
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
-rw-r--r-- | arch/arm/configs/dram_0xd0000000.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/dram_0xd0000000.config b/arch/arm/configs/dram_0xd0000000.config new file mode 100644 index 000000000000..61ba7045f8a1 --- /dev/null +++ b/arch/arm/configs/dram_0xd0000000.config @@ -0,0 +1 @@ +CONFIG_DRAM_BASE=0xd0000000 |