Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net
[platform/kernel/u-boot.git] / include / configs / guruplug.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2009-2014
4  * Gerald Kerma <dreagle@doukki.net>
5  * Marvell Semiconductor <www.marvell.com>
6  * Written-by: Siddarth Gore <gores@marvell.com>
7  */
8
9 #ifndef _CONFIG_GURUPLUG_H
10 #define _CONFIG_GURUPLUG_H
11
12 #include "mv-common.h"
13
14 /*
15  *  Environment variables configurations
16  */
17 /*
18  * max 4k env size is enough, but in case of nand
19  * it has to be rounded to sector size
20  */
21
22 /*
23  * Default environment variables
24  */
25
26 #define CONFIG_EXTRA_ENV_SETTINGS \
27         "console=console=ttyS0,115200\0"                                \
28         "mtdids=nand0=orion_nand\0"                                     \
29         "mtdparts="CONFIG_MTDPARTS_DEFAULT                      \
30         "kernel=/boot/zImage\0"                                         \
31         "fdt=/boot/guruplug-server-plus.dtb\0"                          \
32         "bootargs_root=ubi.mtd=2 root=ubi0:rootfs rootfstype=ubifs rw\0"
33
34 /*
35  * Ethernet Driver configuration
36  */
37 #ifdef CONFIG_CMD_NET
38 #define CONFIG_MVGBE_PORTS      {1, 1}  /* enable both ports */
39 #define CONFIG_PHY_BASE_ADR     0
40 #endif /* CONFIG_CMD_NET */
41
42 #endif /* _CONFIG_GURUPLUG_H */