X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fo2d.h;h=4b36af699a3b1a97040fb9b9edf8d8c4cbe6706d;hb=2ae9fbe00f71b8e48a04a13a71a9f6b42b70f158;hp=c0b75eb392f37a0137c1339edefc68e2352ec4ac;hpb=5675b509165b67465a20e5cf71e07f40b449ef0c;p=u-boot diff --git a/include/configs/o2d.h b/include/configs/o2d.h index c0b75eb392..4b36af699a 100644 --- a/include/configs/o2d.h +++ b/include/configs/o2d.h @@ -2,10 +2,7 @@ * (C) Copyright 2012 * DENX Software Engineering, Anatolij Gustschin * - * 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+ */ /* @@ -28,9 +25,6 @@ */ #include "o2dnt-common.h" -/* additional commands */ -#define CONFIG_CMD_ITEST - /* * GPIO configuration: * CS1 SDRAM activate + no CAN + no PCI @@ -46,8 +40,8 @@ #define CONFIG_BOARD_NAME "o2d" #define CONFIG_BOARD_BOOTCMD "run dhcp_boot" -#define CONFIG_BOARD_MEM_LIMIT xstr(126) -#define BOARD_POST_CRC32_END xstr(0x01000000) +#define CONFIG_BOARD_MEM_LIMIT __stringify(126) +#define BOARD_POST_CRC32_END __stringify(0x01000000) #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_IFM_DEFAULT_ENV_SETTINGS \ @@ -59,7 +53,7 @@ "ramtop=fc55ffff\0" \ "jffbot=fc560000\0" \ "jfftop=fcffffff\0" \ - "ubobot=" xstr(CONFIG_SYS_FLASH_BASE) "\0" \ + "ubobot=" __stringify(CONFIG_SYS_FLASH_BASE) "\0" \ "ubotop=fc03ffff\0" \ "kernel_addr=0xfc060000\0" \ "ramdisk_addr=0xfc160000\0" \