X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fdnp5370.h;h=4f2c742a5d1a5c779a2904523c7e85bb0bce1870;hb=9f6044256ecb3aa2d62f1f26ca564d0e55e19458;hp=6b328a54765a57fdea8d412a1979604286212309;hpb=880c80d004acdc7370ab892df51c37c0cf0ff86d;p=u-boot diff --git a/include/configs/dnp5370.h b/include/configs/dnp5370.h index 6b328a5476..4f2c742a5d 100644 --- a/include/configs/dnp5370.h +++ b/include/configs/dnp5370.h @@ -47,9 +47,8 @@ * Network Settings */ #ifndef __ADSPBF534__ -#define CONFIG_ROOTPATH /romfs +#define CONFIG_ROOTPATH "/romfs" -#define CONFIG_NET_MULTI 1 #define CONFIG_BFIN_MAC 1 #define CONFIG_PHY_ADDR 0 #define CONFIG_RMII 1 @@ -86,8 +85,8 @@ #define ENV_IS_EMBEDDED #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*); @@ -104,6 +103,7 @@ #define CONFIG_DNP5370_EXT_WD_DISABLE 1 #define CONFIG_UART_CONSOLE 0 +#define CONFIG_BFIN_SERIAL #define CONFIG_BAUDRATE 115200 #define CONFIG_BOOTCOMMAND "bootm 0x20030000" #define CONFIG_BOOTARGS "console=ttyBF0,115200 root=/dev/mtdblock3 rootfstype=ext2"