summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/tqma6ulx/tqma6ulx.h
blob: 843ad00d319a249fc0b65b2011cc5714d438e948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * tqma6ulx.h - common defines between OP-TEE and barebox
 *
 * Copyright (c) 2019 Rouven Czerwinski <r.czerwinski@pengutronix.de>, Pengutronix
 *
 */
#ifndef __TQMA6ULX_H_
#define __TQMA6ULX_H_

/* MX6UL_MMDC_PORT0_BASE_ADDR + SZ_64M */
#define OPTEE_OVERLAY_LOCATION 0x84000000

#endif // __TQMA6ULX_H_