diff options
author | Michal Simek <monstr@monstr.eu> | 2012-08-14 01:15:17 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-04 14:51:50 +0200 |
commit | 4e7067f3326e5ba625fdacb1d28e658da3ece948 (patch) | |
tree | e17acedbbfbb0500e31763f6d768f9934d23ce3a /arch/arm/cpu/armv7/highbank | |
parent | 63ee53a7e9f5ec38e6a8e485d2b5f0119ff1c6d1 (diff) | |
download | u-boot-4e7067f3326e5ba625fdacb1d28e658da3ece948.tar.gz |
arm: Remove additional config flags
These options are just duplicated from arch/arm/cpu/armv7/config.mk
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/arm/cpu/armv7/highbank')
-rw-r--r-- | arch/arm/cpu/armv7/highbank/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/highbank/config.mk b/arch/arm/cpu/armv7/highbank/config.mk deleted file mode 100644 index 935a147c59..0000000000 --- a/arch/arm/cpu/armv7/highbank/config.mk +++ /dev/null @@ -1 +0,0 @@ -PLATFORM_CPPFLAGS += -march=armv7-a |