Hi All,
We have found below DEFINEs in include/configs/m28evk.h.
We copy to include/configs/mx6ullevk.h, and bitbake -c compile -f u-boot-imx; bitbake core-image-base.
However, it does not been build into u-boot-imx6ull14x14evk.imx-sd. Do you know what things we missing?
We also found Makefile need to see these variable, so what is the formal procedure to make it into u-boot?
===m28evk.h===
#define CONFIG_CMD_UBI
#define CONFIG_CMD_UBIFS
#define CONFIG_CMD_MTDPARTS
#define CONFIG_RBTREE
#define CONFIG_LZO
#define CONFIG_MTD_DEVICE
#define CONFIG_MTD_PARTITIONS
#define MTDIDS_DEFAULT "nand0=gpmi-nand"
#define MTDPARTS_DEFAULT \
"mtdparts=gpmi-nand:" \
"3m(u-boot)," \
"512k(env1)," \
"512k(env2)," \
"14m(boot)," \
"238m(data)," \
"-@4096k(UBI)"
===Makefiles===
cmd/Makefile:128:obj-$(CONFIG_CMD_UBIFS) += ubifs.o
fs/Makefile:22:obj-$(CONFIG_CMD_UBIFS) += ubifs/