]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/bct-brettl2.h
dm: imx: Move cm_fx6 to use driver model for serial and GPIO
[karo-tx-uboot.git] / include / configs / bct-brettl2.h
index ce09c2e13834a3492b71145e449c04a0f9821be6..d0828d5f5c107b9bb1aa943f45f80706e333c20a 100644 (file)
@@ -75,6 +75,7 @@
 #define CONFIG_ROOTPATH                "/romfs/brettl2"
 /* Uncomment next line to use fixed MAC address */
 /* #define CONFIG_ETHADDR      02:80:ad:20:31:e8 */
+#define CONFIG_LIB_RAND
 #endif
 
 
  * it linked after the configuration sector.
  */
 # define LDS_BOARD_TEXT \
-       arch/blackfin/lib/libblackfin.o (.text*); \
-       arch/blackfin/cpu/libblackfin.o (.text*); \
+       arch/blackfin/lib/built-in.o (.text*); \
+       arch/blackfin/cpu/built-in.o (.text*); \
        . = DEFINED(env_offset) ? env_offset : .; \
        common/env_embedded.o (.text*);
 #endif
 #define CONFIG_MTD_PARTITIONS
 #define CONFIG_SYS_HUSH_PARSER
 
-
 /*
  * Pull in common ADI header for remaining command/environment setup
  */