Merge git://www.denx.de/git/u-boot-imx
[platform/kernel/u-boot.git] / include / configs / cobra5272.h
index a3b7b21..9adf7a3 100644 (file)
 #endif
 
 #define LDS_BOARD_TEXT \
-        . = DEFINED(env_offset) ? env_offset : .; \
-        common/env_embedded.o (.text);
+       . = DEFINED(env_offset) ? env_offset : .; \
+       env/embedded.o(.text);
 
 /*
  * BOOTP options
@@ -155,9 +155,6 @@ u-boot: 'set' command */
 #define CONFIG_BOOTCOMMAND     "bootm 0xffe80000"      /*Autoboto command, please
 enter a valid image address in flash */
 
-#define CONFIG_BOOTARGS                " "                     /* default bootargs that are
-considered during boot */
-
 /* User network settings */
 
 #define CONFIG_IPADDR 192.168.100.2            /* default board IP address */