diff options
| author | Tom Rini <[email protected]> | 2018-05-20 09:47:45 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-05-20 09:47:45 -0400 |
| commit | 624d2cae3401c2e4d43c571a9b81d1f650e7703d (patch) | |
| tree | b683ce1ce0a5e73c9c6155d0446b6676b4c1dae7 /drivers | |
| parent | bea1649cd91626177ea9396c321fded3c6300335 (diff) | |
SPDX: Fixup SPDX tags in a few new files
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ddr/altera/sdram_arria10.c | 3 | ||||
| -rw-r--r-- | drivers/phy/phy-stm32-usbphyc.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/drivers/ddr/altera/sdram_arria10.c b/drivers/ddr/altera/sdram_arria10.c index d953c376b84..706a038b888 100644 --- a/drivers/ddr/altera/sdram_arria10.c +++ b/drivers/ddr/altera/sdram_arria10.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2017 Intel Corporation <www.intel.com> - * - * SPDX-License-Identifier: GPL-2.0 */ #include <common.h> diff --git a/drivers/phy/phy-stm32-usbphyc.c b/drivers/phy/phy-stm32-usbphyc.c index 4ff6a9a34bc..8e98b4b627b 100644 --- a/drivers/phy/phy-stm32-usbphyc.c +++ b/drivers/phy/phy-stm32-usbphyc.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause +// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause /* * Copyright (C) 2018, STMicroelectronics - All Rights Reserved */ |
