fix ARM DCC support for ARMv7 based cores (e.g. CortexA)
Signed-off-by: Alexander Merkle <alexander.merkle@lauterbach.com>
This commit is contained in:
committed by
Albert ARIBAUD
parent
148822d546
commit
fd602c5635
@@ -29,9 +29,9 @@
|
|||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <serial.h>
|
#include <serial.h>
|
||||||
|
|
||||||
#if defined(CONFIG_CPU_V6)
|
#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7)
|
||||||
/*
|
/*
|
||||||
* ARMV6
|
* ARMV6 & ARMV7
|
||||||
*/
|
*/
|
||||||
#define DCC_RBIT (1 << 30)
|
#define DCC_RBIT (1 << 30)
|
||||||
#define DCC_WBIT (1 << 29)
|
#define DCC_WBIT (1 << 29)
|
||||||
|
|||||||
Reference in New Issue
Block a user