From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Sat, 3 Oct 2015 13:23:58 -0600 Subject: [U-Boot] [PATCH] sandbox: Correct operaion of 'reset' command In-Reply-To: <1443892876-1228-1-git-send-email-sjg@chromium.org> References: <1443892876-1228-1-git-send-email-sjg@chromium.org> Message-ID: <56102B4E.4030504@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/03/2015 11:21 AM, Simon Glass wrote: > Currently 'reset' only works with the test device tree. When run without a > device tree, or with the normal device tree, the following error is > displayed: > > Reset not supported on this platform > > Fix the driver and the standard device tree to avoid this. Tested-by: Stephen Warren Thanks!