diff options
Diffstat (limited to 'arch/riscv/lib/boot.c')
-rw-r--r-- | arch/riscv/lib/boot.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/riscv/lib/boot.c b/arch/riscv/lib/boot.c index ffad66d6832..42b15a13a23 100644 --- a/arch/riscv/lib/boot.c +++ b/arch/riscv/lib/boot.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017 Andes Technology Corporation * Rick Chen, Andes Technology Corporation <rick@andestech.com> - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> |