diff options
author | Philippe Reynes <philippe.reynes@softathome.com> | 2018-07-16 19:06:15 +0200 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-08-08 13:38:17 +0200 |
commit | 990cebf0a2c2e4dd9033c56acf7b1404a0c0f698 (patch) | |
tree | 75f02b6f093364e59dbc8777f6394db0a80d980a /include | |
parent | 341032d3f156858124de5abec6ec174a2cce1bf3 (diff) | |
download | u-boot-990cebf0a2c2e4dd9033c56acf7b1404a0c0f698.tar.gz u-boot-990cebf0a2c2e4dd9033c56acf7b1404a0c0f698.tar.bz2 u-boot-990cebf0a2c2e4dd9033c56acf7b1404a0c0f698.zip |
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 <philippe.reynes@softathome.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/broadcom_bcm968380gerg.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 <philippe.reynes@softathome.com> + */ + +#include <configs/bmips_common.h> +#include <configs/bmips_bcm6838.h> + +#define CONFIG_ENV_SIZE (8 * 1024) |