]> git.baikalelectronics.ru Git - uboot.git/commit
common: Move flash_perror() to flash.h
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:40 +0000 (10:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 18:26:48 +0000 (13:26 -0500)
commita9ba4e441902e83cbeb871a1e5f34b4d7033896f
treef580fa4d2d2076d00d034d79f011885e5ca0169f
parent1213c55e1cf97156f005fcb81ca6ebe34cacf011
common: Move flash_perror() to flash.h

This function belongs more in flash.h than common.h so move it.

Also remove the space before the bracket in some calls.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/load.c
cmd/mem.c
common/flash.c
env/flash.c
include/common.h
include/flash.h
net/nfs.c