commit | 26631aecef127658bcb8c6a709f2c72c369926ca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Oct 10 07:49:14 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 23 19:45:28 2014 -0600 |
tree | dd26b29782a65fcd43cee8d288bdb8a301c094dd | |
parent | 96e230bd2c4fa6c8ba840e1c9a19c8de8d1b8c8e [diff] |
dm: x86: Remove ebp assembler warning in zimage.c This code generates warnings with recent gcc versions. We really don't need the clobber specification, so just drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/x86/lib/zimage.c b/arch/x86/lib/zimage.c index 2f0e92f..b190283 100644 --- a/arch/x86/lib/zimage.c +++ b/arch/x86/lib/zimage.c
@@ -282,7 +282,6 @@ :: [kernel_entry]"a"(load_address), [boot_params] "S"(setup_base), "b"(0), "D"(0) - : "%ebp" ); }