16 lines
390 B
PHP
16 lines
390 B
PHP
# Provides the i.MX architecture common settings
|
|
include conf/machine/include/imx-base.inc
|
|
|
|
# Overrides the default fsl settings
|
|
|
|
# Single override file for settings, versions and providers.
|
|
include conf/machine/include/digi-defaults.inc
|
|
|
|
UBOOT_MAKE_TARGET = "u-boot.bin"
|
|
UBOOT_SUFFIX = "bin"
|
|
|
|
# Sector size 128 KiB
|
|
JFFS2_ERASEBLOCK = "0x20000"
|
|
|
|
IMAGE_FSTYPES = "jffs2 tar.bz2 ext3 sdcard"
|