From ed230d98494adba1eb36a3a5dd168af512bfbc19 Mon Sep 17 00:00:00 2001 From: "Anton D. Kachalov" Date: Thu, 4 Feb 2021 15:27:09 +0100 Subject: meta-nuvoton: fix npcm750-evb build Signed-off-by: Anton D. Kachalov Change-Id: I02bfeccf158c8278034fec8642c00fe12fa89d23 --- meta-nuvoton/conf/machine/evb-npcm750.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'meta-nuvoton/conf') diff --git a/meta-nuvoton/conf/machine/evb-npcm750.conf b/meta-nuvoton/conf/machine/evb-npcm750.conf index 38c02ed197..74f70adbc4 100644 --- a/meta-nuvoton/conf/machine/evb-npcm750.conf +++ b/meta-nuvoton/conf/machine/evb-npcm750.conf @@ -2,12 +2,11 @@ KMACHINE = "nuvoton" KERNEL_DEVICETREE = "${KMACHINE}-npcm750-evb.dtb" UBOOT_MACHINE = "PolegSVB_config" +IGPS_MACHINE = "EB" 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" +IMAGE_FSTYPES = "cpio.${INITRAMFS_CTYPE}.u-boot mtd-static" -- cgit v1.2.3