From 9dd79fdb6cfed5c62aa5adeaa7d5f758114e105c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 5 Nov 2011 04:46:48 +0000 Subject: tegra2: Enable SPI environment on Seaboard This uses the SPI flash on Seaboard to store an 8KB environment. Signed-off-by: Simon Glass Signed-off-by: Tom Warren --- include/configs/tegra2-common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/configs/tegra2-common.h') diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index e233b1c..ffea401 100644 --- a/include/configs/tegra2-common.h +++ b/include/configs/tegra2-common.h @@ -51,8 +51,7 @@ #define CONFIG_OF_LIBFDT /* enable passing of devicetree */ /* Environment */ -#define CONFIG_ENV_IS_NOWHERE -#define CONFIG_ENV_SIZE 0x20000 /* Total Size Environment */ +#define CONFIG_ENV_SIZE 0x2000 /* Total Size Environment */ /* * Size of malloc() pool -- cgit v1.1