SPDX: Convert all of our single license tags to Linux Kernel style
[platform/kernel/u-boot.git] / board / atmel / common / board.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright (C) 2017 Microchip
4  *                    Wenyou Yang <wenyou.yang@microchip.com>
5  */
6
7 #include <common.h>
8
9 void dummy(void)
10 {
11 }