]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: ifdtool: Correct a debug() missing parameter
authorSimon Glass <sjg@chromium.org>
Mon, 15 Dec 2014 00:15:35 +0000 (17:15 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 19 Dec 2014 00:26:04 +0000 (17:26 -0700)
commit7e8ffa4ed8194e11c52830a7ea47e28f496c24d5
tree2785c76a84217ae84b8af474ce02d8d5fd3688d4
parentd8bec60c1b0de7770f9b56ad092ab9be801d99af
x86: ifdtool: Correct a debug() missing parameter

This is missing a parameter. Fix it to avoid a warning when debug is
enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
tools/ifdtool.c