blob: 38c02ed197d8d3a95c06e828ad21bc28897798e2 [file] [log] [blame]
Brendan Higgins5253b552017-09-01 17:02:09 -07001KMACHINE = "nuvoton"
2KERNEL_DEVICETREE = "${KMACHINE}-npcm750-evb.dtb"
3
4UBOOT_MACHINE = "PolegSVB_config"
5
6FLASH_SIZE = "32768"
7
8require conf/machine/include/npcm7xx.inc
9require conf/machine/include/obmc-bsp-common.inc
Benjamin Fair498cd0e2018-08-08 14:16:03 -070010
11# Don't generate MTD flash images until we're able to include the primary
12# bootloader and the Linux MTD driver is ready.
13IMAGE_FSTYPES = "cpio.${INITRAMFS_CTYPE}.u-boot"