From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVHU7-000531-Nf for qemu-devel@nongnu.org; Wed, 12 Jul 2017 09:15:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVHU3-0005My-OH for qemu-devel@nongnu.org; Wed, 12 Jul 2017 09:15:19 -0400 References: <1499862868-102130-1-git-send-email-agraf@suse.de> From: Thomas Huth Message-ID: Date: Wed, 12 Jul 2017 15:15:09 +0200 MIME-Version: 1.0 In-Reply-To: <1499862868-102130-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] PPC: E500: Update u-boot to v2017.07 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , "qemu-ppc@nongnu.org" Cc: QEMU Developers , Peter Maydell , David Gibson On 12.07.2017 14:34, Alexander Graf wrote: > Quite a while has passed since we last updated U-Boot for e500. This patch > bumps it to the last released version 2017.07 to make sure users don't feel > like they're using out of date software. > > Signed-off-by: Alexander Graf > --- > pc-bios/u-boot.e500 | Bin 347788 -> 388672 bytes > roms/u-boot | 2 +- > 2 files changed, 1 insertion(+), 1 deletion(-) I've checked that the U-Boot prompt still shows up correctly, and prints the correct version information, so if that counts, feel free to add my: Tested-by: Thomas Huth