Re: [PATCH] tools: kconfig: Use scripts/dtc for the MKIMAGE_DTC_PATH

2021-01-06 Thread Bin Meng
On Wed, Jan 6, 2021 at 9:24 PM Tom Rini wrote: > > On Wed, Jan 06, 2021 at 08:39:56PM +0800, Bin Meng wrote: > > On Sun, Dec 20, 2020 at 9:21 PM Bin Meng wrote: > > > > > > Use the dtc executable generated during the U-Boot build process for > > > mkimage. This removes the build dependency on the

Re: [PATCH] tools: kconfig: Use scripts/dtc for the MKIMAGE_DTC_PATH

2021-01-06 Thread Tom Rini
On Wed, Jan 06, 2021 at 08:39:56PM +0800, Bin Meng wrote: > On Sun, Dec 20, 2020 at 9:21 PM Bin Meng wrote: > > > > Use the dtc executable generated during the U-Boot build process for > > mkimage. This removes the build dependency on the external dtc. > > > > Signed-off-by: Bin Meng > > --- > >

Re: [PATCH] tools: kconfig: Use scripts/dtc for the MKIMAGE_DTC_PATH

2021-01-06 Thread Bin Meng
On Sun, Dec 20, 2020 at 9:21 PM Bin Meng wrote: > > Use the dtc executable generated during the U-Boot build process for > mkimage. This removes the build dependency on the external dtc. > > Signed-off-by: Bin Meng > --- > > tools/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[PATCH] tools: kconfig: Use scripts/dtc for the MKIMAGE_DTC_PATH

2020-12-20 Thread Bin Meng
Use the dtc executable generated during the U-Boot build process for mkimage. This removes the build dependency on the external dtc. Signed-off-by: Bin Meng --- tools/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Kconfig b/tools/Kconfig index b2f5012240..366a