diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h
index e862a8ae5e542026acaa2a4344c33285ca7aff59..4d7d87705fb0f3aeb8e4bc8185489521930977ba 100644
--- a/include/configs/bf548-ezkit.h
+++ b/include/configs/bf548-ezkit.h
@@ -110,7 +110,7 @@
 #define CONFIG_ENV_IS_EMBEDDED_IN_LDR
 #elif (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND)
 #define CONFIG_ENV_IS_IN_NAND
-#define CONFIG_ENV_OFFSET	0x40000
+#define CONFIG_ENV_OFFSET	0x60000
 #define CONFIG_ENV_SIZE		0x20000
 #else
 #define CONFIG_ENV_IS_IN_FLASH	1