diff options
Diffstat (limited to 'board/terasic/de10-standard/socfpga.c')
-rw-r--r-- | board/terasic/de10-standard/socfpga.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/terasic/de10-standard/socfpga.c b/board/terasic/de10-standard/socfpga.c new file mode 100644 index 0000000000..f9173f1921 --- /dev/null +++ b/board/terasic/de10-standard/socfpga.c @@ -0,0 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2017, Intel Corporation + */ +#include <common.h> |