powerpc/p4080: enable support for PCIe SATA
[platform/kernel/u-boot.git] / include / configs / lsxl.h
index 0db559c..92865df 100644 (file)
@@ -2,23 +2,7 @@
  * Copyright (c) 2012 Michael Walle
  * Michael Walle <michael@walle.cc>
  *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301 USA
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef _CONFIG_LSXL_H
 
 
 #undef CONFIG_SYS_PROMPT
-#define CONFIG_SYS_PROMPT              "=> "
 #define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
 
 /*
                "&& bootm 0x00100000 0x00800000\0"                      \
        "bootcmd_rescue=run config_nc_dhcp; run nc\0"                   \
        "eraseenv=sf probe 0 "                                          \
-               "&& sf erase " MK_STR(CONFIG_ENV_OFFSET)                \
-                       " +" MK_STR(CONFIG_ENV_SIZE) "\0"               \
+               "&& sf erase " __stringify(CONFIG_ENV_OFFSET)           \
+                       " +" __stringify(CONFIG_ENV_SIZE) "\0"          \
        "config_nc_dhcp=setenv autoload_old ${autoload}; "              \
                "setenv autoload no "                                   \
                "&& bootp "                                             \
-               "&& setenv ncip ${serverip} "                           \
+               "&& setenv ncip "                                       \
                "&& setenv autoload ${autoload_old}; "                  \
                "setenv autoload_old\0"                                 \
        "standard_env=setenv ipaddr; setenv netmask; setenv serverip; " \