]> Git Repo - J-u-boot.git/commit
common: Move flash_perror() to flash.h
authorSimon Glass <[email protected]>
Sat, 28 Dec 2019 17:44:40 +0000 (10:44 -0700)
committerJagan Teki <[email protected]>
Fri, 24 Jan 2020 17:36:47 +0000 (23:06 +0530)
commit9dfbc24459ccb0623c76f33b359e8fedb0e6d0a7
tree591912b120ec5d4cb26a1755a6a2af107a0051ee
parent930c57ed9654f9fd53fe9bb0fc7d46d2e0317bbd
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 <[email protected]>
cmd/load.c
cmd/mem.c
common/flash.c
env/flash.c
include/common.h
include/flash.h
net/nfs.c
This page took 0.035794 seconds and 4 git commands to generate.