diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-03 10:58:19 (GMT) |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-09 13:41:20 (GMT) |
commit | 51f4999bc5ad5f8430da0297d12c1abef9c05568 (patch) | |
tree | 45ff0944d840f2675efa300f9752395101d332e1 /arch/arc/cpu/arcv1 | |
parent | 836d2cc2eef58c0d42d3112725dac475d0bd553e (diff) | |
download | u-boot-fsl-qoriq-51f4999bc5ad5f8430da0297d12c1abef9c05568.tar.xz |
arc: move CPU flags selection to the main "config.mk"
As a preparation to ARCv2 port submission we're moving CPU slection
flags to a common location.
Also it will allow us to have more flexible CPU specification, not only
ISA version but CPU family as well checking CONFIG_ARC_CPU_xxx.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc/cpu/arcv1')
-rw-r--r-- | arch/arc/cpu/arcv1/config.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arc/cpu/arcv1/config.mk b/arch/arc/cpu/arcv1/config.mk deleted file mode 100644 index 3206ff4..0000000 --- a/arch/arc/cpu/arcv1/config.mk +++ /dev/null @@ -1,7 +0,0 @@ -# -# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -PLATFORM_CPPFLAGS += -mA7 |