]> Git Repo - J-u-boot.git/blame - include/configs/dockstar.h
board/km: drop CONFIG_KM_ROOTFSSIZE
[J-u-boot.git] / include / configs / dockstar.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
38041db7 2/*
c153576d 3 * Copyright (C) 2022 Tony Dinh <[email protected]>
38041db7
EC
4 * Copyright (C) 2010 Eric C. Cooper <[email protected]>
5 *
6 * Based on sheevaplug.h originally written by
7 * Prafulla Wadaskar <[email protected]>
8 * (C) Copyright 2009
9 * Marvell Semiconductor <www.marvell.com>
38041db7
EC
10 */
11
12#ifndef _CONFIG_DOCKSTAR_H
13#define _CONFIG_DOCKSTAR_H
14
38041db7
EC
15/*
16 * mv-common.h should be defined after CMD configs since it used them
17 * to enable certain macros
18 */
19#include "mv-common.h"
20
38041db7
EC
21/*
22 * Default environment variables
23 */
38041db7 24
38041db7
EC
25#define CONFIG_EXTRA_ENV_SETTINGS \
26 "console=console=ttyS0,115200\0" \
38041db7
EC
27 "kernel=/boot/uImage\0" \
28 "initrd=/boot/uInitrd\0" \
29 "bootargs_root=ubi.mtd=1 root=ubi0:root rootfstype=ubifs ro\0"
30
31/*
32 * Ethernet Driver configuration
33 */
38041db7
EC
34#define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */
35#define CONFIG_PHY_BASE_ADR 0
38041db7
EC
36
37#endif /* _CONFIG_DOCKSTAR_H */
This page took 0.837696 seconds and 4 git commands to generate.