This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
504f2565a4
linux
/
arch
/
arm
/
configs
/
dram_0x00000000.config
2 lines
28 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2016-02-16 14:17:00 +00:00
CONFIG_DRAM_BASE=0x00000000
Reference in New Issue
Copy Permalink