|
@@ -820,12 +820,10 @@ char * strmhz(char *buf, unsigned long hz);
|
|
#include <u-boot/crc.h>
|
|
#include <u-boot/crc.h>
|
|
|
|
|
|
/* lib/rand.c */
|
|
/* lib/rand.c */
|
|
-#if defined(CONFIG_LIB_RAND) || defined(CONFIG_LIB_HW_RAND)
|
|
|
|
#define RAND_MAX -1U
|
|
#define RAND_MAX -1U
|
|
void srand(unsigned int seed);
|
|
void srand(unsigned int seed);
|
|
unsigned int rand(void);
|
|
unsigned int rand(void);
|
|
unsigned int rand_r(unsigned int *seedp);
|
|
unsigned int rand_r(unsigned int *seedp);
|
|
-#endif
|
|
|
|
|
|
|
|
/* common/console.c */
|
|
/* common/console.c */
|
|
int console_init_f(void); /* Before relocation; uses the serial stuff */
|
|
int console_init_f(void); /* Before relocation; uses the serial stuff */
|