3 * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
5 * Copyright (C) 2009 TechNexion Ltd.
7 * Configuration for the Technexion twister board.
9 * SPDX-License-Identifier: GPL-2.0+
15 #include "tam3517-common.h"
17 #define MACH_TYPE_TAM3517 2818
18 #define CONFIG_MACH_TYPE MACH_TYPE_TAM3517
20 #define CONFIG_TAM3517_SW3_SETTINGS
21 #define CONFIG_XR16L2751
23 #define CONFIG_BOOTDELAY 10
25 #define CONFIG_BOOTFILE "uImage"
27 #define CONFIG_HOSTNAME twister
30 * Miscellaneous configurable options
32 #define CONFIG_SYS_PROMPT "twister => "
34 #define CONFIG_SMC911X
35 #define CONFIG_SMC911X_16_BIT
36 #define CONFIG_SMC911X_BASE 0x2C000000
37 #define CONFIG_SMC911X_NO_EEPROM
39 #define CONFIG_EXTRA_ENV_SETTINGS CONFIG_TAM3517_SETTINGS \
40 "bootcmd=run nandboot\0"
42 /* SPL OS boot options */
43 #define CONFIG_CMD_SPL
44 #define CONFIG_CMD_SPL_WRITE_SIZE 0x400 /* 1024 byte */
45 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x00200000
46 #define CONFIG_CMD_SPL_NAND_OFS (CONFIG_SYS_NAND_SPL_KERNEL_OFFS+\
48 #define CONFIG_SPL_OS_BOOT
50 #define CONFIG_SYS_SPL_ARGS_ADDR (PHYS_SDRAM_1 + 0x100)
51 #define CONFIG_SPL_BOARD_INIT
53 /* gpio 55 is used as SPL_OS_BOOT_KEY */
54 #define CONFIG_OMAP3_GPIO_2
56 #endif /* __CONFIG_H */