From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Date: Tue, 12 Jul 2016 10:28:51 -0700 Subject: [U-Boot] [PATCH] configs: da850evm: enable bootz command In-Reply-To: <20160712105448.11961-1-nsekhar@ti.com> (Sekhar Nori's message of "Tue, 12 Jul 2016 16:24:48 +0530") References: <20160712105448.11961-1-nsekhar@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Sekhar Nori writes: > Enable bootz command on Texas Instruments DA850 EVM > board. This helps it boot zImage with device-tree > blob passed. > > Signed-off-by: Sekhar Nori Tested-by: Kevin Hilman Thanks! This was the only change I needed to use the latest mainline u-boot on my da850evm. Kevin