CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/09/18 12:16:00
Modified files: sys/arch/armv7/conf: GENERIC RAMDISK sys/arch/armv7/imx: files.imx imx.c imxccm.c imxiomuxc.c Log message: Convert imxccm(4) and imxiomuxc(4) to attach using the fdt. Use the "early" locator to attach them before other drivers that might need their services. ok patrick@, jsg@