]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/comtrend_ct5361.h
common: arm: davinci: Move header file out of common
[people/ms/u-boot.git] / include / configs / comtrend_ct5361.h
CommitLineData
5e14ce2f
ÁFR
1/*
2 * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include <configs/bmips_common.h>
8#include <configs/bmips_bcm6348.h>
9
10#define CONFIG_REMAKE_ELF
11
12#define CONFIG_ENV_IS_NOWHERE
13#define CONFIG_ENV_SIZE (8 * 1024)
14
15#define CONFIG_AUTO_COMPLETE
16#define CONFIG_CMDLINE_EDITING
17#define CONFIG_SYS_LONGHELP
18
19#define CONFIG_SYS_FLASH_CFI 1
20#define CONFIG_FLASH_CFI_DRIVER 1