repo.or.cz
/
u-boot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge patch series "upl: Prerequite patches for updated spec"
[u-boot.git]
/
include
/
configs
/
sama5d2_xplained.h
blob
da2ae964f9285a67ffc7facb21794afb538b439f
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Configuration file for the SAMA5D2 Xplained Board.
4
*
5
* Copyright (C) 2015 Atmel Corporation
6
* Wenyou Yang <wenyou.yang@atmel.com>
7
*/
8
9
#ifndef __CONFIG_H
10
#define __CONFIG_H
11
12
#include
"at91-sama5_common.h"
13
14
/* SPL */
15
16
#endif