]> git.baikalelectronics.ru Git - uboot.git/commit
common: Rename and move source()
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:45:04 +0000 (10:45 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 19:02:35 +0000 (14:02 -0500)
commit7b76f5b24adec870eb4c36c298a4f9d6a7ea84a1
treed679a24b3030851f27f83c7678a0228582e2b544
parent07dca106ec07b9103dfd10c4ce9c77e7a3ad4fe2
common: Rename and move source()

This function has a very generic name which does not adequately describe
its purpose. Rename it and move it to image.h, since it relates to reading
a script from an image.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/source.c
drivers/usb/gadget/f_sdp.c
include/common.h
include/image.h