Re: [U-Boot] [PATCH] net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY

2012-07-08 Thread Wolfgang Denk
Dear Kim Phillips, In message <20120705181932.351bb5e527cb14b435961...@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: MP

Re: [U-Boot] [PATCH] net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY

2012-07-06 Thread Michael Walle
>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

[U-Boot] [PATCH] net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY

2012-07-05 Thread Kim Phillips
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 textdata bss dec hex filename 271988 13976 41768 3277