From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Bergas Date: Fri, 1 Jun 2018 18:46:06 +0200 Subject: [U-Boot] [PATCH 4/4] rockchip: rk3399: set CONFIG_MKIMAGE_DTC_PATH In-Reply-To: <20180601164606.8387-1-vicencb@users.noreply.github.com> References: <20180601164606.8387-1-vicencb@users.noreply.github.com> Message-ID: <20180601164606.8387-5-vicencb@users.noreply.github.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Vicente Bergas U-Boot has a built-in dtc. Using it removes one dependency from the host. Signed-off-by: Vicente Bergas --- configs/evb-rk3399_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig index 3f87722866..d1540ad6d1 100644 --- a/configs/evb-rk3399_defconfig +++ b/configs/evb-rk3399_defconfig @@ -27,6 +27,7 @@ CONFIG_CMD_USB=y CONFIG_CMD_TIME=y CONFIG_SPL_OF_CONTROL=y CONFIG_OF_SPL_REMOVE_PROPS="pinctrl-0 pinctrl-names clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents" +CONFIG_MKIMAGE_DTC_PATH="scripts/dtc/dtc" CONFIG_ENV_IS_IN_MMC=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_REGMAP=y -- 2.17.1