]> git.sur5r.net Git - u-boot/commitdiff
Blackfin: bf561-acvilon: drop unused env redund define
authorMike Frysinger <vapier@gentoo.org>
Mon, 5 Jul 2010 09:15:59 +0000 (05:15 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 13 Jul 2010 21:50:52 +0000 (17:50 -0400)
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>
include/configs/bf561-acvilon.h

index 0be170c3ee8ed41e7e6e2ba8883aa7d684195c48..44854c79a273bc5bac4e6c019850bd0617bccac9 100644 (file)
 #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)
 
 
 /*