commit | 5454f8f3d46df2328f70c70ef10c76827214ccf4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 25 21:33:24 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 11 11:55:33 2016 +0800 |
tree | 5366390946d25b05a07e73edc879200dcbfc1300 | |
parent | 87086d5fbea89985aa433e227af1cd4cb96fe153 [diff] |
x86: Correct address casts in cpu code We should cast an address to unsigned long, not u32. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>