Re: [U-Boot] [PATCH] powerpc, mpc5xx: fix compiler warning

2015-02-03 Thread Heiko Schocher
Hello Masahiro, Am 03.02.2015 11:53, schrieb Masahiro Yamada: Hi Heiko, On Tue, 3 Feb 2015 11:10:19 +0100 Heiko Schocher h...@denx.de wrote: 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:

Re: [U-Boot] [PATCH] powerpc, mpc5xx: fix compiler warning

2015-02-03 Thread Heiko Schocher
Hello Mashairo, Am 03.02.2015 11:56, schrieb Masahiro Yamada: Hi Heiko, On Tue, 3 Feb 2015 11:10:19 +0100 Heiko Schocher h...@denx.de wrote: 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:

Re: [U-Boot] [PATCH] powerpc, mpc5xx: fix compiler warning

2015-02-03 Thread Masahiro Yamada
Hi Heiko, On Tue, 03 Feb 2015 12:21:03 +0100 Heiko Schocher h...@denx.de wrote: Hello Mashairo, Am 03.02.2015 11:56, schrieb Masahiro Yamada: Hi Heiko, On Tue, 3 Feb 2015 11:10:19 +0100 Heiko Schocher h...@denx.de wrote: executing tools/buildman/buildman mpc5xx drops this

Re: [U-Boot] [PATCH] powerpc, mpc5xx: fix compiler warning

2015-02-03 Thread Masahiro Yamada
Hi Heiko, On Tue, 3 Feb 2015 11:10:19 +0100 Heiko Schocher h...@denx.de wrote: 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

Re: [U-Boot] [PATCH] powerpc, mpc5xx: fix compiler warning

2015-02-03 Thread Masahiro Yamada
Hi Heiko, On Tue, 3 Feb 2015 11:10:19 +0100 Heiko Schocher h...@denx.de wrote: 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

[U-Boot] [PATCH] powerpc, mpc5xx: fix compiler warning

2015-02-03 Thread Heiko Schocher
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 h...@denx.de ---