This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-12-12 05:24:12 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
641f4d562c
linux
/
arch
/
arm
/
mach-spear3xx
/
Makefile.boot
4 lines
81 B
Makefile
Raw
Normal View
History
Unescape
Escape
ARM: 7022/1: allow to detect conflicting zreladdrs Boards used to specify zreladdr in their Makefile.boot with zreladdr-y := x, so conflicting zreladdrs were silently overwritten. This patch changes this to zreladdr-y += x, so that we end up with multiple words in zreladdr in such a case. We can detect this later and complain if necessary. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2011-08-17 21:24:52 +08:00
zreladdr-y
+=
0x00008000
ARM: 6017/1: ST SPEAr: Added source files for SPEAr3xx machine family Reviewed-by: Linus Walleij <linux.walleij@stericsson.com> Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-04-01 19:30:58 +08:00
params_phys-y
:=
0x00000100
initrd_phys-y
:=
0x00800000
Reference in New Issue
Copy Permalink