]> Git Repo - J-u-boot.git/blame - include/configs/twister.h
wandboard: README: Include the mx6qp variant in the list
[J-u-boot.git] / include / configs / twister.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
92e30c07
SB
2/*
3 * Copyright (C) 2011
4 * Stefano Babic, DENX Software Engineering, [email protected].
5 *
6 * Copyright (C) 2009 TechNexion Ltd.
7 *
8 * Configuration for the Technexion twister board.
92e30c07
SB
9 */
10
11#ifndef __CONFIG_H
12#define __CONFIG_H
13
14#include "tam3517-common.h"
15
92e30c07
SB
16#define CONFIG_MACH_TYPE MACH_TYPE_TAM3517
17
18#define CONFIG_TAM3517_SW3_SETTINGS
19#define CONFIG_XR16L2751
20
92e30c07
SB
21
22#define CONFIG_BOOTFILE "uImage"
23
5bc0543d 24#define CONFIG_HOSTNAME "twister"
92e30c07 25
92e30c07
SB
26#define CONFIG_EXTRA_ENV_SETTINGS CONFIG_TAM3517_SETTINGS \
27 "bootcmd=run nandboot\0"
28
84c21fb1 29/* SPL OS boot options */
84c21fb1 30#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x00200000
84c21fb1
SB
31
32#define CONFIG_SYS_SPL_ARGS_ADDR (PHYS_SDRAM_1 + 0x100)
84c21fb1 33
92e30c07 34#endif /* __CONFIG_H */
This page took 0.72093 seconds and 4 git commands to generate.