From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Wed, 5 Dec 2018 15:11:03 -0800 Subject: [U-Boot] [PATCH 01/21] sandbox: Fix up the debug message for the image filename In-Reply-To: <20181124042944.239106-2-sjg@chromium.org> References: <20181124042944.239106-2-sjg@chromium.org> <20181124042944.239106-1-sjg@chromium.org> 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 This currently prints out the wrong filename. Fix it. Signed-off-by: Simon Glass --- arch/sandbox/cpu/os.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to u-boot-dm/master, thanks!