diff options
| author | Patrick Delaunay <[email protected]> | 2018-10-26 09:02:52 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-10-28 09:26:39 -0400 |
| commit | 22929e1266e9a61048bfaef381ad4fb2e2fc3ef5 (patch) | |
| tree | e4664df7e8637b21ecaff76fd929832216b074b3 /drivers/ram | |
| parent | 24a72511e7eeec78c9cc3f72953ff8726849b0c1 (diff) | |
drivers: cosmetic: Convert SPDX license tags to Linux Kernel style
Complete in the drivers directory the work started with
commit 83d290c56fab ("SPDX: Convert all of our single
license tags to Linux Kernel style").
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'drivers/ram')
| -rw-r--r-- | drivers/ram/Makefile | 3 | ||||
| -rw-r--r-- | drivers/ram/rockchip/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/drivers/ram/Makefile b/drivers/ram/Makefile index 4ad3604d163..cfba57f0fdf 100644 --- a/drivers/ram/Makefile +++ b/drivers/ram/Makefile @@ -1,9 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (c) 2015 Google, Inc # Wolfgang Denk, DENX Software Engineering, [email protected]. # -# SPDX-License-Identifier: GPL-2.0+ -# obj-$(CONFIG_RAM) += ram-uclass.o obj-$(CONFIG_MPC83XX_SDRAM) += mpc83xx_sdram.o obj-$(CONFIG_SANDBOX) += sandbox_ram.o diff --git a/drivers/ram/rockchip/Makefile b/drivers/ram/rockchip/Makefile index 1a1e5578ca4..5df196066da 100644 --- a/drivers/ram/rockchip/Makefile +++ b/drivers/ram/rockchip/Makefile @@ -1,8 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (c) 2017 Theobroma Systems Design und Consulting GmbH # -# SPDX-License-Identifier: GPL-2.0+ -# obj-$(CONFIG_ROCKCHIP_RK3368) = dmc-rk3368.o obj-$(CONFIG_ROCKCHIP_RK3128) = sdram_rk3128.o |
