diff options
Diffstat (limited to 'board/broadcom/bcm968380gerg/board.c')
-rw-r--r-- | board/broadcom/bcm968380gerg/board.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/broadcom/bcm968380gerg/board.c b/board/broadcom/bcm968380gerg/board.c new file mode 100644 index 0000000000..044b3554ba --- /dev/null +++ b/board/broadcom/bcm968380gerg/board.c @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com> + */ + +#include <common.h> |