board: Arcturus: DM: Disable drivers without DM support.
[oweals/u-boot.git] / board / Arcturus / ucp1020 / ucp1020.h
index cf1ddd718bb010c0cb8454c8e87e146cd0041954..1b527cdb1cf68c2280e1923f541bd5fa15eb5cc4 100644 (file)
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright 2013-2015 Arcturus Networks, Inc.
- *           http://www.arcturusnetworks.com/products/ucp1020/
+ * Copyright 2013-2019 Arcturus Networks, Inc.
+ *           https://www.arcturusnetworks.com/products/ucp1020/
  *           by Oleksandr G Zhadan et al.
  */
 
 
 #define GPIO_WD                GPIO15
 
+#ifdef CONFIG_MMC
 static char *defkargs = "root=/dev/mtdblock1 rootfstype=cramfs ro";
 static char *mmckargs = "root=/dev/mmcblk0p1 rootwait rw";
+#endif
 
 int get_arc_info(void);