NetBSD/sys/arch/evbarm/conf/files.exynos
marty 02fc961cd3 XU4 FDT Enable the minimum device tree
This enables the use of FDT on the XU4 but doesn't add any drivers.  However,
with this check in, XU4 becomes useless without a device tree blob from the
Linux tree, which isn't checked in anywhere.
2015-12-14 22:06:57 +00:00

19 lines
376 B
Plaintext

# $NetBSD: files.exynos,v 1.2 2015/12/14 22:06:57 marty Exp $
#
# EXYNOS 5422 board configuration info
#
file arch/evbarm/exynos/exynos_machdep.c
# Kernel boot arguments
defparam opt_machdep.h BOOT_ARGS
# FDT
include "dev/ofw/files.ofw"
include "dev/fdt/files.fdt"
include "arch/arm/fdt/files.fdt"
# Pull in Exynos SoC default
include "arch/arm/samsung/files.exynos"