Merge tag 'versal-qspi-for-v2022.10' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / include / configs / dreamplug.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2022 Tony Dinh <mibodhi@gmail.com>
4  * (C) Copyright 2011 Jason Cooper <u-boot@lakedaemon.net>
5  *
6  * Based on work by:
7  * Marvell Semiconductor <www.marvell.com>
8  * Written-by: Siddarth Gore <gores@marvell.com>
9  */
10
11 #ifndef _CONFIG_DREAMPLUG_H
12 #define _CONFIG_DREAMPLUG_H
13
14 #include "mv-common.h"
15
16 /*
17  * Default environment variables
18  */
19
20 #define CONFIG_EXTRA_ENV_SETTINGS       \
21         "x_bootcmd_ethernet=ping 192.168.2.1\0" \
22         "x_bootcmd_usb=usb start\0"     \
23         "x_bootcmd_kernel=fatload usb 0 0x6400000 uImage\0" \
24         "x_bootargs=console=ttyS0,115200\0"     \
25         "x_bootargs_root=root=/dev/sda2 rootdelay=10\0"
26
27 /*
28  * Ethernet Driver configuration
29  */
30 #define CONFIG_MVGBE_PORTS      {1, 1}  /* enable both ports */
31 #define CONFIG_PHY_BASE_ADR     0
32
33 #endif /* _CONFIG_DREAMPLUG_H */