diff options
author | Tom Rini <trini@konsulko.com> | 2017-05-31 22:28:06 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-31 22:28:06 -0400 |
commit | 31493dd5ffc74e2d5d1f1112fd2267e37d4fd698 (patch) | |
tree | 25e36b80fded32b568357f0d73b583beb3d980bb /include/configs/sagem_f@st1704.h | |
parent | 1b87f9538f28566a4f718532f9c6a2a19842dbde (diff) | |
parent | c93bb1d7bb24930cd3591b0a5a980f77fabd1c29 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mips
Please pull another update for Broadcom MIPS.
This contains new SoC's, new boards and new drivers and some bugfixes.
Diffstat (limited to 'include/configs/sagem_f@st1704.h')
-rw-r--r-- | include/configs/sagem_f@st1704.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/configs/sagem_f@st1704.h b/include/configs/sagem_f@st1704.h new file mode 100644 index 0000000000..dbc7725796 --- /dev/null +++ b/include/configs/sagem_f@st1704.h @@ -0,0 +1,15 @@ +/* + * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> + * + * 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 |