]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/o2mnt.h
arm: mvebu: Move CONFIG_SYS_TEXT_BASE to an address < 16 MiB
[karo-tx-uboot.git] / include / configs / o2mnt.h
index 0c319b1c54dfb2de426a716cd5c5b9394b3ef348..eb63cb0c852f9d11ea8316004c6cdb09d1b41668 100644 (file)
@@ -2,10 +2,7 @@
  * (C) Copyright 2012
  * DENX Software Engineering, Anatolij Gustschin <agust@denx.de>
  *
- * 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.
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /*
@@ -42,8 +39,8 @@
 
 #define CONFIG_BOARD_NAME              "o2mnt"
 #define CONFIG_BOARD_BOOTCMD           "${newcmd}"
-#define CONFIG_BOARD_MEM_LIMIT         xstr(62)
-#define BOARD_POST_CRC32_END           xstr(0x01000000)
+#define CONFIG_BOARD_MEM_LIMIT         __stringify(62)
+#define BOARD_POST_CRC32_END           __stringify(0x01000000)
 
 #ifndef CONFIG_IFM_SENSOR_TYPE
 #define CONFIG_IFM_SENSOR_TYPE         "O2M110"
@@ -59,7 +56,7 @@
        "ramtop=ffc5ffff\0"                                             \
        "jffbot=ffc60000\0"                                             \
        "jfftop=ffffffff\0"                                             \
-       "ubobot=" xstr(CONFIG_SYS_FLASH_BASE) "\0"                      \
+       "ubobot=" __stringify(CONFIG_SYS_FLASH_BASE) "\0"               \
        "ubotop=ff03ffff\0"                                             \
        "kernel_addr=0xff060000\0"                                      \
        "ramdisk_addr=0xff260000\0"                                     \