aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTien Fong Chee <tien.fong.chee@intel.com>2022-06-10 19:18:00 +0800
committerTien Fong Chee <tien.fong.chee@intel.com>2022-06-15 17:48:22 +0800
commit166e5b82a3f49239f67ac5f0d6df8abeb6ca0bdd (patch)
treefb487469601bb35d3f1f3f1a1becb731b6a679ee
parentc18e5fb055ab789f58434e3cb432582adee0134c (diff)
downloadu-boot-166e5b82a3f49239f67ac5f0d6df8abeb6ca0bdd.zip
u-boot-166e5b82a3f49239f67ac5f0d6df8abeb6ca0bdd.tar.gz
u-boot-166e5b82a3f49239f67ac5f0d6df8abeb6ca0bdd.tar.bz2
intel: n5x: ddr: update license
All the source code of sdram_n5x.c are from Intel, update the license to use both GPL2.0 and BSD-3 Clause because this copy of code may used for open source and internal project. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
-rw-r--r--drivers/ddr/altera/sdram_n5x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ddr/altera/sdram_n5x.c b/drivers/ddr/altera/sdram_n5x.c
index ac13ac4..737a4e2 100644
--- a/drivers/ddr/altera/sdram_n5x.c
+++ b/drivers/ddr/altera/sdram_n5x.c
@@ -1,6 +1,6 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
- * Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
+ * Copyright (C) 2020-2022 Intel Corporation <www.intel.com>
*
*/