]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-rmobile/r8a7790.h
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / arch / arm / include / asm / arch-rmobile / r8a7790.h
1 /*
2  * arch/arm/include/asm/arch-rmobile/r8a7790.h
3  *
4  * Copyright (C) 2013,2014 Renesas Electronics Corporation
5  *
6  * SPDX-License-Identifier: GPL-2.0
7 */
8
9 #ifndef __ASM_ARCH_R8A7790_H
10 #define __ASM_ARCH_R8A7790_H
11
12 #include "rcar-base.h"
13
14 #define R8A7790_CUT_ES2X        2
15 #define IS_R8A7790_ES2()        \
16         (rmobile_get_cpu_rev_integer() == R8A7790_CUT_ES2X)
17
18 #endif /* __ASM_ARCH_R8A7790_H */