common: Move CONFIG_BOOTARGS to Kconfig
[platform/kernel/u-boot.git] / include / configs / lacie_kw.h
index d5fe7df..41b4107 100644 (file)
 /*
  * Default environment variables
  */
-#define CONFIG_BOOTARGS "console=ttyS0,115200"
-
 #define CONFIG_BOOTCOMMAND                                     \
        "dhcp && run netconsole; "                              \
        "if run usbload || run diskload; then bootm; fi"