commit | 329b72a1e8092884cc4957af5b8089d61ccfdb73 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Fri Feb 06 09:31:36 2015 +0100 |
committer | Tom Rini <trini@ti.com> | Mon Feb 16 15:48:34 2015 -0500 |
tree | 372a25b1ab4df0f4f955661e2840a4f0b5192a7e | |
parent | cb39677da66ebcebe2f750a677f6af3d04d2af07 [diff] |
spl, spl_nor: fix compiler warning executing "tools/buildman/buildman mpc5xx" drops this warning: common/spl/spl_nor.c: In function 'spl_nor_load_image': common/spl/spl_nor.c:26:10: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] fix this. Signed-off-by: Heiko Schocher <hs@denx.de>