]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/eco5pk.h
Move CONFIG_PANIC_HANG to Kconfig
[people/ms/u-boot.git] / include / configs / eco5pk.h
CommitLineData
843a7ee8
RA
1/*
2 * Copyright (C) 2012 8D Technologies inc.
3 * Based on mt_ventoux.h, original banner below:
4 *
5 * Copyright (C) 2011
6 * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
7 *
8 * Copyright (C) 2009 TechNexion Ltd.
9 *
1a459660 10 * SPDX-License-Identifier: GPL-2.0+
843a7ee8
RA
11 */
12
13#ifndef __CONFIG_H
14#define __CONFIG_H
15
16#include "tam3517-common.h"
17
843a7ee8 18#undef CONFIG_USB_OMAP3
843a7ee8
RA
19
20/* Our console port is port3 */
21#undef CONFIG_CONS_INDEX
22#undef CONFIG_SYS_NS16550_COM1
23#undef CONFIG_SERIAL1
24
25#define CONFIG_CONS_INDEX 3
26#define CONFIG_SYS_NS16550_COM3 OMAP34XX_UART3
27#define CONFIG_SERIAL3
28
843a7ee8
RA
29#define CONFIG_MACH_TYPE MACH_TYPE_ECO5_PK
30
843a7ee8
RA
31#define CONFIG_BOOTFILE "uImage"
32#define CONFIG_AUTO_COMPLETE
33
843a7ee8
RA
34/*
35 * Set its own mtdparts, different from common
36 */
843a7ee8
RA
37
38/*
39 * The arithmetic in tam3517.h is wrong for us and the kernel gets overwritten.
40 */
41#undef CONFIG_ENV_OFFSET_REDUND
42#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + \
43 CONFIG_SYS_ENV_SECT_SIZE)
44
45#define CONFIG_EXTRA_ENV_SETTINGS CONFIG_TAM3517_SETTINGS \
46 "install_kernel=if dhcp $bootfile; then nand erase kernel;" \
47 "nand write $fileaddr kernel; fi\0" \
43ede0bc 48 "mtdparts="CONFIG_MTDPARTS_DEFAULT"\0" \
843a7ee8
RA
49 "serverip=192.168.142.60\0"
50
843a7ee8 51#endif /* __CONFIG_H */