Brendan Higgins | 5253b55 | 2017-09-01 17:02:09 -0700 | [diff] [blame] | 1 | KMACHINE = "nuvoton" |
| 2 | KERNEL_DEVICETREE = "${KMACHINE}-npcm750-evb.dtb" |
| 3 | |
| 4 | UBOOT_MACHINE = "PolegSVB_config" |
| 5 | |
| 6 | FLASH_SIZE = "32768" |
| 7 | |
| 8 | require conf/machine/include/npcm7xx.inc |
| 9 | require conf/machine/include/obmc-bsp-common.inc |
Benjamin Fair | 498cd0e | 2018-08-08 14:16:03 -0700 | [diff] [blame] | 10 | |
| 11 | # Don't generate MTD flash images until we're able to include the primary |
| 12 | # bootloader and the Linux MTD driver is ready. |
| 13 | IMAGE_FSTYPES = "cpio.${INITRAMFS_CTYPE}.u-boot" |