MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
[platform/kernel/u-boot.git] / include / configs / sheevaplug.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2022 Tony Dinh <mibodhi@gmail.com>
4  * (C) Copyright 2009-2014
5  * Gerald Kerma <dreagle@doukki.net>
6  * Marvell Semiconductor <www.marvell.com>
7  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
8  */
9
10 #ifndef _CONFIG_SHEEVAPLUG_H
11 #define _CONFIG_SHEEVAPLUG_H
12
13 #include "mv-common.h"
14
15 /*
16  *  Environment variables configurations
17  */
18 #define CONFIG_EXTRA_ENV_SETTINGS       "x_bootargs=console"    \
19         "=ttyS0,115200 mtdparts=" CONFIG_MTDPARTS_DEFAULT       \
20         "x_bootcmd_kernel=nand read 0x6400000 0x100000 0x400000\0" \
21         "x_bootcmd_usb=usb start\0" \
22         "x_bootargs_root=root=/dev/mtdblock3 rw rootfstype=jffs2\0"
23
24 /*
25  * Ethernet Driver configuration
26  */
27 #define CONFIG_MVGBE_PORTS      {1, 0}  /* enable port 0 only */
28 #define CONFIG_PHY_BASE_ADR     0
29
30 #endif /* _CONFIG_SHEEVAPLUG_H */