14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
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
|
|
require conf/machine/include/obmc-evb-common.inc
|
|
|
|
IMAGE_FSTYPES = "cpio.${INITRAMFS_CTYPE}.u-boot mtd-static"
|