Author: andrew
Date: Sat Jun  3 15:39:23 2017
New Revision: 319535
URL: https://svnweb.freebsd.org/changeset/base/319535

Log:
  Enable MULTIDELAY in the i.MX5 kernel configs. This will help adding them
  to GENERIC.

Modified:
  head/sys/arm/conf/EFIKA_MX
  head/sys/arm/conf/IMX53
  head/sys/arm/freescale/imx/imx51_machdep.c
  head/sys/arm/freescale/imx/imx53_machdep.c

Modified: head/sys/arm/conf/EFIKA_MX
==============================================================================
--- head/sys/arm/conf/EFIKA_MX  Sat Jun  3 15:21:33 2017        (r319534)
+++ head/sys/arm/conf/EFIKA_MX  Sat Jun  3 15:39:23 2017        (r319535)
@@ -31,6 +31,7 @@ options       SCHED_4BSD              # 4BSD scheduler
 #options       MD_ROOT                 # MD is a potential root device
 #options       NFSD                    # Network Filesystem Server
 options        PLATFORM
+options        MULTIDELAY
 options        INCLUDE_CONFIG_FILE     # Include this file in kernel
 
 # NFS root from boopt/dhcp

Modified: head/sys/arm/conf/IMX53
==============================================================================
--- head/sys/arm/conf/IMX53     Sat Jun  3 15:21:33 2017        (r319534)
+++ head/sys/arm/conf/IMX53     Sat Jun  3 15:39:23 2017        (r319535)
@@ -28,6 +28,7 @@ options       SOC_IMX53
 options        SCHED_4BSD              # 4BSD scheduler
 #options       NFSD                    # Network Filesystem Server
 options        PLATFORM
+options        MULTIDELAY
 options        INCLUDE_CONFIG_FILE     # Include this file in kernel
 
 # kernel/memory size reduction

Modified: head/sys/arm/freescale/imx/imx51_machdep.c
==============================================================================
--- head/sys/arm/freescale/imx/imx51_machdep.c  Sat Jun  3 15:21:33 2017        
(r319534)
+++ head/sys/arm/freescale/imx/imx51_machdep.c  Sat Jun  3 15:39:23 2017        
(r319535)
@@ -99,4 +99,4 @@ static platform_method_t imx51_methods[] = {
        PLATFORMMETHOD_END,
 };
 
-FDT_PLATFORM_DEF(imx51, "i.MX51", 0, "fsl,imx51", 0);
+FDT_PLATFORM_DEF(imx51, "i.MX51", 0, "fsl,imx51", 100);

Modified: head/sys/arm/freescale/imx/imx53_machdep.c
==============================================================================
--- head/sys/arm/freescale/imx/imx53_machdep.c  Sat Jun  3 15:21:33 2017        
(r319534)
+++ head/sys/arm/freescale/imx/imx53_machdep.c  Sat Jun  3 15:39:23 2017        
(r319535)
@@ -95,5 +95,4 @@ static platform_method_t imx53_methods[] = {
        PLATFORMMETHOD_END,
 };
 
-FDT_PLATFORM_DEF(imx53, "i.MX53", 0, "fsl,imx53", 0);
-
+FDT_PLATFORM_DEF(imx53, "i.MX53", 0, "fsl,imx53", 100);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to