From 990cebf0a2c2e4dd9033c56acf7b1404a0c0f698 Mon Sep 17 00:00:00 2001 From: Philippe Reynes Date: Mon, 16 Jul 2018 19:06:15 +0200 Subject: bcm968380gerg: add initial support This add the initial support of the broadcom reference board bcm968380gerg with a bcm68380 SoC. This board has 512 MB of RAM, 128 MB of flash (nand), 2 USB port, 1 UART, 4 ethernet ports and BCM43217 (wifi). Signed-off-by: Philippe Reynes Reviewed-by: Daniel Schwierzeck --- include/configs/broadcom_bcm968380gerg.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/configs/broadcom_bcm968380gerg.h (limited to 'include') diff --git a/include/configs/broadcom_bcm968380gerg.h b/include/configs/broadcom_bcm968380gerg.h new file mode 100644 index 0000000000..6126a8879e --- /dev/null +++ b/include/configs/broadcom_bcm968380gerg.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2018 Philippe Reynes + */ + +#include +#include + +#define CONFIG_ENV_SIZE (8 * 1024) -- cgit v1.2.3