]> git.kernelconcepts.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:52:21 +0000 (13:52 +0200)
commit7f1741f3ee5507164731ed65336061f9e929648e
treeac8da89a9d107f222ae508796a1edeebacc5bfe9
parent940b31f4ba2481543896a8519130a634345b1d51
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