This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-03 08:06:42 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
9143e398a4
linux_dsm_epyc7002
/
arch
/
arm
/
mach-s3c64xx
/
Makefile.boot
3 lines
56 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 20:24:52 +07:00
zreladdr-y +
=
0x50008000
[ARM] S3C64XX: Initial arch directory Add the initial PLAT_S3C64XX support files and directory structure. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
2008-10-21 20:06:39 +07:00
params_phys-y
:=
0x50000100
Reference in New Issue
Copy Permalink