diff options
| author | Álvaro Fernández Rojas <[email protected]> | 2017-05-16 18:46:59 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2017-05-31 14:49:55 +0200 |
| commit | 8df378888774862b14e956524c7e4545b2b07411 (patch) | |
| tree | 9b7c792c8317055cb53d01b4e166901e485a4dc1 /include | |
| parent | 07661e7f5080a76e62c2b1a4b103ce23b293fbb6 (diff) | |
MIPS: add BMIPS Sagem F@ST1704 board
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/[email protected] | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/[email protected] b/include/configs/[email protected] new file mode 100644 index 00000000000..dbc7725796c --- /dev/null +++ b/include/configs/[email protected] @@ -0,0 +1,15 @@ +/* + * Copyright (C) 2017 Álvaro Fernández Rojas <[email protected]> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#include <configs/bmips_common.h> +#include <configs/bmips_bcm6338.h> + +#define CONFIG_ENV_IS_NOWHERE +#define CONFIG_ENV_SIZE (8 * 1024) + +#define CONFIG_AUTO_COMPLETE +#define CONFIG_CMDLINE_EDITING +#define CONFIG_SYS_LONGHELP |
