]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/common.h
merged tx6dl-devel into denx master branch
[karo-tx-uboot.git] / include / common.h
index 8addf4334334b6e09bd9b9233cf425eda7bfb480..5d502c1b545207ecb20d75407aed120980508ee6 100644 (file)
@@ -810,6 +810,7 @@ char *      strmhz(char *buf, unsigned long hz);
 /* lib/rand.c */
 #if defined(CONFIG_RANDOM_MACADDR) || \
        defined(CONFIG_BOOTP_RANDOM_DELAY) || \
+       defined(CONFIG_BOOTP_RANDOM_ID) || \
        defined(CONFIG_CMD_LINK_LOCAL)
 #define RAND_MAX -1U
 void srand(unsigned int seed);