]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix warnings while compiling net/net.c for MPC8610HPCD board
authorAnatolij Gustschin <agust@denx.de>
Wed, 30 Apr 2008 11:34:40 +0000 (13:34 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 30 Apr 2008 20:32:07 +0000 (22:32 +0200)
commit33a4a70d48d622cc4950c60a84fec23b9421f23e
tree5caba8d0b0de00d7dc104f488d356fd80b330f9c
parent58b575e575c25fdf8c88141e145db201f3092149
Fix warnings while compiling net/net.c for MPC8610HPCD board

MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
causing overriding default -Os option. New gcc (ver. 4.2.2)
produces warnings while compiling net/net.c file with -O2
option. The patch is an attempt to fix this.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
include/net.h