Home
last modified time | relevance | path

Searched hist:"33 a4a70d48d622cc4950c60a84fec23b9421f23e" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dnet.h33a4a70d48d622cc4950c60a84fec23b9421f23e Wed Apr 30 11:34:40 UTC 2008 Anatolij Gustschin <agust@denx.de> 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>