]> git.ipfire.org Git - people/ms/u-boot.git/commit
spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macro
authorSimon Glass <sjg@chromium.org>
Wed, 30 Nov 2016 22:30:49 +0000 (15:30 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 9 Dec 2016 13:40:10 +0000 (08:40 -0500)
commit0d3b05913140353f8116781dcb82ba9c09ff0bfe
treefb2e3fb463ffd72fe5379c0d449633bbf703ae33
parent385d3632ba63f9a60047fa9f4f0a7d9629bc0613
spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macro

A double underscore is normally reserved for compiler predefines. Use a
single underscore instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/spl.h