aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'board/Arcturus/ucp1020/ucp1020.h')
-rw-r--r--board/Arcturus/ucp1020/ucp1020.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/board/Arcturus/ucp1020/ucp1020.h b/board/Arcturus/ucp1020/ucp1020.h
index cf1ddd718b..1b527cdb1c 100644
--- a/board/Arcturus/ucp1020/ucp1020.h
+++ b/board/Arcturus/ucp1020/ucp1020.h
@@ -1,7 +1,7 @@
1/* SPDX-License-Identifier: GPL-2.0+ */ 1/* SPDX-License-Identifier: GPL-2.0+ */
2/* 2/*
3 * Copyright 2013-2015 Arcturus Networks, Inc. 3 * Copyright 2013-2019 Arcturus Networks, Inc.
4 * http://www.arcturusnetworks.com/products/ucp1020/ 4 * https://www.arcturusnetworks.com/products/ucp1020/
5 * by Oleksandr G Zhadan et al. 5 * by Oleksandr G Zhadan et al.
6 */ 6 */
7 7
@@ -35,8 +35,10 @@
35 35
36#define GPIO_WD GPIO15 36#define GPIO_WD GPIO15
37 37
38#ifdef CONFIG_MMC
38static char *defkargs = "root=/dev/mtdblock1 rootfstype=cramfs ro"; 39static char *defkargs = "root=/dev/mtdblock1 rootfstype=cramfs ro";
39static char *mmckargs = "root=/dev/mmcblk0p1 rootwait rw"; 40static char *mmckargs = "root=/dev/mmcblk0p1 rootwait rw";
41#endif
40 42
41int get_arc_info(void); 43int get_arc_info(void);
42 44