]> git.sur5r.net Git - u-boot/blobdiff - include/configs/bf538f-ezkit.h
sunxi: Fix reset hang on sun5i
[u-boot] / include / configs / bf538f-ezkit.h
index 77822e792f8c1e44c9348ef15b140b99e788880e..742c299d23a6cfa37dea75ae868206ef57002ff5 100644 (file)
  * 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_RTC_BFIN
 #define CONFIG_UART_CONSOLE    0
-
+#define CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED
 
 /*
  * Pull in common ADI header for remaining command/environment setup