Convert CONFIG_LBA48 et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / nsa310s.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright (C) 2015, 2021-2022 Tony Dinh <mibodhi@gmail.com>
4  * Copyright (C) 2015
5  * Gerald Kerma <dreagle@doukki.net>
6  * Luka Perkov <luka.perkov@sartura.hr>
7  */
8
9 #ifndef _CONFIG_NSA310S_H
10 #define _CONFIG_NSA310S_H
11
12 #include "mv-common.h"
13
14 /* default environment variables */
15
16 #define CONFIG_EXTRA_ENV_SETTINGS \
17         "console=console=ttyS0,115200\0" \
18         "mtdids=nand0=orion_nand\0" \
19         "mtdparts="CONFIG_MTDPARTS_DEFAULT \
20         "kernel=/boot/zImage\0" \
21         "fdt=/boot/nsa310s.dtb\0" \
22         "bootargs_root=ubi.mtd=3 root=ubi0:rootfs rootfstype=ubifs rw\0"
23
24 /* Ethernet driver configuration */
25 #define CONFIG_MVGBE_PORTS      {1, 0}  /* enable port 0 only */
26 #define CONFIG_PHY_BASE_ADR     1
27
28 #endif /* _CONFIG_NSA310S_H */