summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-arm/u-boot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/u-boot.h b/include/asm-arm/u-boot.h
index 33fbc4271d..d889576d4a 100644
--- a/include/asm-arm/u-boot.h
+++ b/include/asm-arm/u-boot.h
@@ -38,7 +38,6 @@
typedef struct bd_info {
int bi_baudrate; /* serial console baudrate */
- struct environment_s *bi_env;
ulong bi_arch_number; /* unique id for this board */
ulong bi_boot_params; /* where this board expects params */
} bd_t;