]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: x86: Remove ebp assembler warning in zimage.c
authorSimon Glass <sjg@chromium.org>
Fri, 10 Oct 2014 13:49:14 +0000 (07:49 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 01:45:28 +0000 (19:45 -0600)
commit9c284ffd93cda1e434eeece0d95698157d00fe18
treedd26b29782a65fcd43cee8d288bdb8a301c094dd
parent1f77690e164e95fba0423a18b4597fd3ecd2817b
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>
arch/x86/lib/zimage.c