From 4feb727cd6b77a68bdaca63e121b378d814f5eaf Mon Sep 17 00:00:00 2001 From: Dave Cobbley Date: Tue, 14 Aug 2018 13:30:07 -0700 Subject: [Subtree] Move board support packages to top level The new subtree paradigm has moved the meta-bsp layers to the top level Change-Id: Ic4f64c39465be699bed3649e125e027d17daf938 Signed-off-by: Dave Cobbley Signed-off-by: Brad Bishop --- meta-nuvoton/conf/machine/evb-npcm750.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-nuvoton/conf/machine/evb-npcm750.conf (limited to 'meta-nuvoton/conf/machine/evb-npcm750.conf') diff --git a/meta-nuvoton/conf/machine/evb-npcm750.conf b/meta-nuvoton/conf/machine/evb-npcm750.conf new file mode 100644 index 000000000..38c02ed19 --- /dev/null +++ b/meta-nuvoton/conf/machine/evb-npcm750.conf @@ -0,0 +1,13 @@ +KMACHINE = "nuvoton" +KERNEL_DEVICETREE = "${KMACHINE}-npcm750-evb.dtb" + +UBOOT_MACHINE = "PolegSVB_config" + +FLASH_SIZE = "32768" + +require conf/machine/include/npcm7xx.inc +require conf/machine/include/obmc-bsp-common.inc + +# Don't generate MTD flash images until we're able to include the primary +# bootloader and the Linux MTD driver is ready. +IMAGE_FSTYPES = "cpio.${INITRAMFS_CTYPE}.u-boot" -- cgit v1.2.1