mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 00:54:09 +08:00
84b2170109
Replace GPL license statements with SPDX license identifiers (GPL-2.0 and GPL-2.0+). The h1940-bluetooth.c was licensed under GPL-1.0. This also adds GPL-2.0 to few files lacking license statement. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
10 lines
185 B
Clojure
10 lines
185 B
Clojure
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
ifeq ($(CONFIG_PM_H1940),y)
|
|
zreladdr-y += 0x30108000
|
|
params_phys-y := 0x30100100
|
|
else
|
|
zreladdr-y += 0x30008000
|
|
params_phys-y := 0x30000100
|
|
endif
|