summaryrefslogtreecommitdiffstats
path: root/lib_avr32
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-10 22:48:00 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-09-10 22:48:00 +0200
commit93f6d72544da4510a146bc4c93d609b0116cde37 (patch)
tree5295b96f23662d7cf889a2c929fef8b2567710cc /lib_avr32
parent2556ef78113b5f089dfcac5da90bf31dd568397b (diff)
downloadtalos-obmc-uboot-93f6d72544da4510a146bc4c93d609b0116cde37.tar.gz
talos-obmc-uboot-93f6d72544da4510a146bc4c93d609b0116cde37.zip
rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'lib_avr32')
-rw-r--r--lib_avr32/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib_avr32/board.c b/lib_avr32/board.c
index d6423d4f3f..f3d0c52270 100644
--- a/lib_avr32/board.c
+++ b/lib_avr32/board.c
@@ -261,7 +261,7 @@ void board_init_f(ulong board_type)
void board_init_r(gd_t *new_gd, ulong dest_addr)
{
extern void malloc_bin_reloc (void);
-#ifndef CFG_ENV_IS_NOWHERE
+#ifndef CONFIG_ENV_IS_NOWHERE
extern char * env_name_spec;
#endif
char *s;
@@ -302,7 +302,7 @@ void board_init_r(gd_t *new_gd, ulong dest_addr)
}
/* there are some other pointer constants we must deal with */
-#ifndef CFG_ENV_IS_NOWHERE
+#ifndef CONFIG_ENV_IS_NOWHERE
env_name_spec += gd->reloc_off;
#endif
OpenPOWER on IntegriCloud