Liu Gang fd0451e4ba powerpc/corenet_ds: Correct the compilation errors about ENV
When defined CONFIG_ENV_IS_NOWHERE, there will be some
compilation errors:

./common/env_nowhere.o: In function `env_relocate_spec':
./common/env_nowhere.c:38: multiple definition of `env_relocate_spec'
./common/env_flash.o: ./common/env_flash.c:326: first defined here
./common/env_nowhere.o: In function `env_get_char_spec':
./common/env_nowhere.c:42: multiple definition of `env_get_char_spec'
./common/env_flash.o:./common/env_flash.c:78: first defined here
./common/env_nowhere.o: In function `env_init':
./common/env_nowhere.c:51: multiple definition of `env_init'
./common/env_flash.o:./common/env_flash.c:237: first defined here
make[1]: *** [./common/libcommon.o] Error 1
make[1]: Leaving directory `./common'
make: *** [./common/libcommon.o] Error 2

Remove the CONFIG_ENV_IS_IN_FLASH if defined CONFIG_ENV_IS_NOWHERE.

Signed-off-by: Liu Gang <Gang.Liu@freescale.com>
2012-04-24 23:58:32 -05:00
..
2012-03-18 20:10:02 +01:00
2012-03-27 22:05:28 +02:00
2012-03-29 08:12:50 +02:00
2012-01-09 09:19:47 +01:00
2012-03-27 22:05:28 +02:00
2012-03-13 12:06:41 +01:00
2012-01-26 16:09:06 -06:00
2012-03-29 07:57:10 +02:00
2012-03-12 11:06:48 -04:00
2012-03-30 22:46:00 +02:00
2012-03-26 23:09:23 +02:00
2011-12-07 08:45:51 +01:00
2012-03-19 00:08:16 +01:00