CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2016/04/23 18:57:23

Modified files:
        sys/arch/armv7/conf: files.armv7 
        sys/arch/armv7/exynos: exclock.c exdisplay.c exdog.c exehci.c 
                               exesdhc.c exgpio.c exiic.c exmct.c 
                               expower.c exsysreg.c exuart.c exynos.c 
                               exynos_machdep.c files.exynos 
        sys/arch/armv7/vexpress: pl011.c virtio_mmio.c 

Log message:
New FDT-enabled busses will use a new "fdt" attribute.  Unfortunately
this attribute is currently already defined.  This define is only used
to disable the unused FDT functionality in the exynos and virtio code.
As the FDT code will be developed in a different manner than the way
those drivers are written today and the functionality has never been
enabled, simply remove the attribute and its users.

ok jsg@

Reply via email to