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>