]> git.sur5r.net Git - u-boot/blobdiff - include/configs/mx6memcal.h
ARM: rmobile: Point load address to more sane area on Gen2
[u-boot] / include / configs / mx6memcal.h
index f5238a52f50fb9fe42a63d0b0fbf9cfe5e14a28f..fea0cada2acd834c7d37b91bd1992e91180e2587 100644 (file)
@@ -1,10 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
+ * Copyright (C) 2010-2018 Freescale Semiconductor, Inc.
  *
- * Configuration settings for the Boundary Devices Nitrogen6X
- * and Freescale i.MX6Q Sabre Lite boards.
- *
- * SPDX-License-Identifier:    GPL-2.0+
+ * Configuration settings for the virtual mx6memcal board.
  */
 
 #ifndef __CONFIG_H
@@ -15,7 +13,6 @@
 #include "mx6_common.h"
 #include "imx6_spl.h"
 
-#undef CONFIG_FSL_ESDHC
 #undef CONFIG_MMC
 #undef CONFIG_SPL_MMC_SUPPORT
 #undef CONFIG_GENERIC_MMC
@@ -56,4 +53,6 @@
 
 #define CONFIG_ENV_SIZE                        (8 * 1024)
 
+#define CONFIG_MXC_USB_PORTSC  PORT_PTS_UTMI
+
 #endif        /* __CONFIG_H */