blob: 63930e1aff088384420bfbcfe4fe67866665b283 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Stefano Babic92e30c02011-11-30 23:56:53 +00002/*
3 * Copyright (C) 2011
4 * Stefano Babic, DENX Software Engineering, sbabic@denx.de.
5 *
6 * Copyright (C) 2009 TechNexion Ltd.
7 *
8 * Configuration for the Technexion twister board.
Stefano Babic92e30c02011-11-30 23:56:53 +00009 */
10
11#ifndef __CONFIG_H
12#define __CONFIG_H
13
14#include "tam3517-common.h"
15
Stefano Babic92e30c02011-11-30 23:56:53 +000016#define CONFIG_MACH_TYPE MACH_TYPE_TAM3517
17
18#define CONFIG_TAM3517_SW3_SETTINGS
19#define CONFIG_XR16L2751
20
Stefano Babic92e30c02011-11-30 23:56:53 +000021
22#define CONFIG_BOOTFILE "uImage"
23
Mario Six5bc05432018-03-28 14:38:20 +020024#define CONFIG_HOSTNAME "twister"
Stefano Babic92e30c02011-11-30 23:56:53 +000025
Stefano Babic92e30c02011-11-30 23:56:53 +000026#define CONFIG_EXTRA_ENV_SETTINGS CONFIG_TAM3517_SETTINGS \
27 "bootcmd=run nandboot\0"
28
Stefano Babic84c21fb2012-03-15 04:01:44 +000029/* SPL OS boot options */
Stefano Babic84c21fb2012-03-15 04:01:44 +000030#define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x00200000
Stefano Babic84c21fb2012-03-15 04:01:44 +000031
32#define CONFIG_SYS_SPL_ARGS_ADDR (PHYS_SDRAM_1 + 0x100)
Stefano Babic84c21fb2012-03-15 04:01:44 +000033
Stefano Babic92e30c02011-11-30 23:56:53 +000034#endif /* __CONFIG_H */