summaryrefslogtreecommitdiff
path: root/common/env_nand.c
diff options
context:
space:
mode:
authorScott Sweeny <scott.sweeny@timesys.com>2009-04-29 17:22:04 -0400
committerScott Sweeny <scott.sweeny@timesys.com>2009-04-29 17:22:04 -0400
commit062076cf3fd5fb8aecbd2157933e01fe28ad827f (patch)
treed66877d602cf257a6e0a72b3fbcd917e9d9841e7 /common/env_nand.c
parent13c7c993f472eec5b9961750056c57f4f1494c0f (diff)
I2C driver for OMAP3430LV SOM
This patch originally from LogicPD OMAP35x Release 1.5.0 Original Patch Name: u-boot-1.1.4-omap3430-lv-som-07.patch
Diffstat (limited to 'common/env_nand.c')
-rw-r--r--common/env_nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/env_nand.c b/common/env_nand.c
index b00d649197..b5b4e98bdc 100644
--- a/common/env_nand.c
+++ b/common/env_nand.c
@@ -291,7 +291,7 @@ void env_relocate_spec (void)
ulong total;
int ret;
- // printf("%s: off 0x%x size 0x%x read %p\n", __FUNCTION__, CFG_ENV_OFFSET, CFG_ENV_SIZE, nand_info[0].read);
+ printf("%s: off 0x%x size 0x%x read %p\n", __FUNCTION__, CFG_ENV_OFFSET, CFG_ENV_SIZE, nand_info[0].read);
total = CFG_ENV_SIZE;
ret = nand_read(&nand_info[0], CFG_ENV_OFFSET, &total, (u_char*)env_ptr);
if (ret || total != CFG_ENV_SIZE)