diff options
Diffstat (limited to 'board/broadcom/bcm968380gerg')
-rw-r--r-- | board/broadcom/bcm968380gerg/Kconfig | 12 | ||||
-rw-r--r-- | board/broadcom/bcm968380gerg/Makefile | 3 | ||||
-rw-r--r-- | board/broadcom/bcm968380gerg/bcm968380gerg.c | 6 | ||||
-rw-r--r-- | board/broadcom/bcm968380gerg/board.c | 6 |
4 files changed, 27 insertions, 0 deletions
diff --git a/board/broadcom/bcm968380gerg/Kconfig b/board/broadcom/bcm968380gerg/Kconfig new file mode 100644 index 0000000000..c33e25d1a1 --- /dev/null +++ b/board/broadcom/bcm968380gerg/Kconfig @@ -0,0 +1,12 @@ +if BOARD_BROADCOM_BCM968380GERG + +config SYS_BOARD + default "bcm968380gerg" + +config SYS_VENDOR + default "broadcom" + +config SYS_CONFIG_NAME + default "broadcom_bcm968380gerg" + +endif diff --git a/board/broadcom/bcm968380gerg/Makefile b/board/broadcom/bcm968380gerg/Makefile new file mode 100644 index 0000000000..a525b7b9b3 --- /dev/null +++ b/board/broadcom/bcm968380gerg/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0+ + +obj-y += bcm968380gerg.o diff --git a/board/broadcom/bcm968380gerg/bcm968380gerg.c b/board/broadcom/bcm968380gerg/bcm968380gerg.c new file mode 100644 index 0000000000..044b3554ba --- /dev/null +++ b/board/broadcom/bcm968380gerg/bcm968380gerg.c @@ -0,0 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2018 Philippe Reynes <philippe.reynes@softathome.com> + */ + +#include <common.h> 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> |