Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
ae7cf9c1566c697c2ba616a120c7ff3e90d20dfd
/
.
/
src
/
kernel
/
linux
/
v4.19
/
arch
/
arm
/
mach-s3c24xx
/
Makefile.boot
blob: 7f19e226035e7da6f46d746a03b47c429835ae22 [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame
]
1
# SPDX-License-Identifier: GPL-2.0
2
3
ifeq
(
$
(
CONFIG_PM_H1940
),
y
)
4
zreladdr
-
y
+=
0x30108000
5
params_phys
-
y
:=
0x30100100
6
else
7
zreladdr
-
y
+=
0x30008000
8
params_phys
-
y
:=
0x30000100
9
endif