diff options
author | Tom Rini <trini@konsulko.com> | 2018-03-01 15:50:52 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-01 15:50:52 -0500 |
commit | 77bba970e2372b01156c66585db3d6fc751c7178 (patch) | |
tree | 23b16bed6cd2f8e77a93dc51839afef7bd736af6 /board/devboards/dbm-soc1/socfpga.c | |
parent | e1541b1d7fb94ed9ac2bfe4c324afd91d77aee11 (diff) | |
parent | 92afd7ecf9ffc11971f5a68a5b329927d73586bc (diff) | |
download | u-boot-77bba970e2372b01156c66585db3d6fc751c7178.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'board/devboards/dbm-soc1/socfpga.c')
-rw-r--r-- | board/devboards/dbm-soc1/socfpga.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/devboards/dbm-soc1/socfpga.c b/board/devboards/dbm-soc1/socfpga.c new file mode 100644 index 0000000000..78743b5b75 --- /dev/null +++ b/board/devboards/dbm-soc1/socfpga.c @@ -0,0 +1,6 @@ +/* + * Copyright (C) 2018 Marek Vasut <marex@denx.de> + * + * SPDX-License-Identifier: GPL-2.0+ + */ +#include <common.h> |