Commits
Simon Glass committed 9c284ffd93c
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>