[U-Boot] [PATCH] net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY
Wolfgang Denk
wd at denx.de
Sun Jul 8 22:40:02 CEST 2012
Dear Kim Phillips,
In message <20120705181932.351bb5e527cb14b435961d66 at freescale.com> you wrote:
> commit "net: use common rand()/srand() functions" introduced the following
> build warning on the current u-boot-arm tree:
>
> $ ./MAKEALL MPC8313ERDB_66
> Configuring for MPC8313ERDB_66 - Board: MPC8313ERDB, Options: SYS_66MHZ
> text data bss dec hex filename
> 271988 13976 41768 327732 50034 ./u-boot
> In file included from bootp.c:15:0:
> net_rand.h: In function 'srand_mac':
> net_rand.h:40:2: warning: implicit declaration of function 'srand' [-Wimplicit-function-declaration]
>
> adding this dependency fixes it.
>
> Cc: Michael Walle <michael at walle.cc>
> Cc: Joe Hershberger <joe.hershberger at ni.com>
> Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
> ---
> net/bootp.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If it happens once, it's a bug.
If it happens twice, it's a feature.
If it happens more than twice, it's a design philosophy.
More information about the U-Boot
mailing list