X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftwister.h;h=63930e1aff088384420bfbcfe4fe67866665b283;hb=29d280c88a1ff331dce2d4c7a5aaf2402aa0fd8a;hp=c45ae87a41449743fce2a00644fb3fdffabd635e;hpb=72c3033fd1da878aec6b23eb9086a83f57d54eee;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/twister.h b/include/configs/twister.h index c45ae87..63930e1 100644 --- a/include/configs/twister.h +++ b/include/configs/twister.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2011 * Stefano Babic, DENX Software Engineering, sbabic@denx.de. @@ -5,8 +6,6 @@ * Copyright (C) 2009 TechNexion Ltd. * * Configuration for the Technexion twister board. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H @@ -22,24 +21,13 @@ #define CONFIG_BOOTFILE "uImage" -#define CONFIG_HOSTNAME twister - -/* - * Miscellaneous configurable options - */ -#define CONFIG_SMC911X -#define CONFIG_SMC911X_16_BIT -#define CONFIG_SMC911X_BASE 0x2C000000 -#define CONFIG_SMC911X_NO_EEPROM +#define CONFIG_HOSTNAME "twister" #define CONFIG_EXTRA_ENV_SETTINGS CONFIG_TAM3517_SETTINGS \ "bootcmd=run nandboot\0" /* SPL OS boot options */ -#define CONFIG_CMD_SPL_WRITE_SIZE 0x400 /* 1024 byte */ #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x00200000 -#define CONFIG_CMD_SPL_NAND_OFS (CONFIG_SYS_NAND_SPL_KERNEL_OFFS+\ - 0x600000) #define CONFIG_SYS_SPL_ARGS_ADDR (PHYS_SDRAM_1 + 0x100)