]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
spl, spl_nor: fix compiler warning
authorHeiko Schocher <hs@denx.de>
Fri, 6 Feb 2015 08:31:36 +0000 (09:31 +0100)
committerTom Rini <trini@ti.com>
Mon, 16 Feb 2015 20:48:34 +0000 (15:48 -0500)
commitb9ea0c3a2076c3ef8c150d35aa31f2329ad9efef
tree372a25b1ab4df0f4f955661e2840a4f0b5192a7e
parent30d06bd2fd70c2e940324f88d06aaeb2a7b61efe
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>
common/spl/spl_nor.c