X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fconfigs%2Fbct-brettl2.h;h=d0828d5f5c107b9bb1aa943f45f80706e333c20a;hb=b0928da648d440778512ddd81e690717239b8f1f;hp=e8e26672138c0acb229480dda2412d718342f816;hpb=8b3637c662e8a322f542942e5ee76b95ed9d9e39;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/bct-brettl2.h b/include/configs/bct-brettl2.h index e8e2667..d0828d5 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 @@ -136,8 +137,6 @@ #define CONFIG_MTD_DEVICE #define CONFIG_MTD_PARTITIONS #define CONFIG_SYS_HUSH_PARSER -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " - /* * Pull in common ADI header for remaining command/environment setup