X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fconfigs%2Fbct-brettl2.h;h=d0828d5f5c107b9bb1aa943f45f80706e333c20a;hb=3f0e935f2250110990875159552e1ff7eb7da39d;hp=ce09c2e13834a3492b71145e449c04a0f9821be6;hpb=219f4788d33b04e394d4ade1feaedc0292acc790;p=karo-tx-uboot.git diff --git a/include/configs/bct-brettl2.h b/include/configs/bct-brettl2.h index ce09c2e138..d0828d5f5c 100644 --- a/include/configs/bct-brettl2.h +++ b/include/configs/bct-brettl2.h @@ -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 @@ -111,8 +112,8 @@ * 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 @@ -137,7 +138,6 @@ #define CONFIG_MTD_PARTITIONS #define CONFIG_SYS_HUSH_PARSER - /* * Pull in common ADI header for remaining command/environment setup */