Re: [U-Boot] [PATCH v2 04/11] imx: tpc70: DTS: Explicitly add imx6q-kp.dtb to Makefile for DTB compilation

2019-08-09 Thread Peng Fan
> Subject: [PATCH v2 04/11] imx: tpc70: DTS: Explicitly add imx6q-kp.dtb to > Makefile for DTB compilation > > This commit is necessary to fix following error: > > Device Tree Source is not correctly specified. > Please define 'CONFIG_DEFAULT_DEVICE_TREE' > or build with 'DEVICE_TREE=' argument

[U-Boot] [PATCH v2 04/11] imx: tpc70: DTS: Explicitly add imx6q-kp.dtb to Makefile for DTB compilation

2019-07-30 Thread Lukasz Majewski
This commit is necessary to fix following error: Device Tree Source is not correctly specified. Please define 'CONFIG_DEFAULT_DEVICE_TREE' or build with 'DEVICE_TREE=' argument dts/Makefile:28: recipe for target 'arch/arm/dts/imx6q-kp.dtb' failed Signed-off-by: Lukasz Majewski ---