summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-07-05 05:15:59 -0400
committerMike Frysinger <vapier@gentoo.org>2010-07-13 17:50:52 -0400
commitd013d1a2ec77ffd0752f098212069985024c8661 (patch)
treeccae709ef5ca0b41407fee2080541799d96f981e
parent8b33abde0ad386de0d786ff260cff634e16ebe9c (diff)
downloadblackbird-obmc-uboot-d013d1a2ec77ffd0752f098212069985024c8661.tar.gz
blackbird-obmc-uboot-d013d1a2ec77ffd0752f098212069985024c8661.zip
Blackfin: bf561-acvilon: drop unused env redund define
The SPI env code didn't support redundant environments until recently, but this code was written before that. Since it has never been tested (and currently causes a build failure), simply punt it. If the functionality is actually desired, it can be re-added once it has been tested. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--include/configs/bf561-acvilon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/bf561-acvilon.h b/include/configs/bf561-acvilon.h
index 0be170c3ee..44854c79a2 100644
--- a/include/configs/bf561-acvilon.h
+++ b/include/configs/bf561-acvilon.h
@@ -131,7 +131,6 @@
#define CONFIG_ENV_SECT_SIZE (1056 * 8)
#define CONFIG_ENV_OFFSET ((16 + 256) * 1056)
#define CONFIG_ENV_SIZE (8 * 1056)
-#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)
/*
OpenPOWER on IntegriCloud