mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 23:21:01 +00:00
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:
parent
fd602c5635
commit
82f681d67d
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@
|
|||
/* DCC driver */
|
||||
#if defined(CONFIG_ZYNQ_DCC)
|
||||
# define CONFIG_ARM_DCC
|
||||
# define CONFIG_CPU_V6 /* Required by CONFIG_ARM_DCC */
|
||||
#else
|
||||
# define CONFIG_ZYNQ_SERIAL
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue