Mike Frysinger 4acc2a108a fix building when saveenv is disabled in some setups
If you enable environment in the flash, but disable the embedded
option, and you disable the saveenv command, then the #if nested
logic will trigger a compile failure:
env_flash.c: In function 'env_relocate_spec':
env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
The fix is to add CMD_SAVEENV ifdef protection like everywhere else.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2008-05-04 00:22:45 +02:00
..
2008-04-13 14:52:48 -07:00
2008-04-18 00:31:41 -07:00
2008-04-24 17:21:55 +02:00
2008-03-30 21:19:40 +02:00
2008-04-28 20:42:51 +02:00
2008-04-13 23:10:39 -07:00
2008-03-25 22:16:15 +01:00
2008-04-24 17:21:55 +02:00
2008-02-14 09:37:58 +00:00
2008-04-13 23:10:39 -07:00
2008-04-13 14:52:48 -07:00
2008-02-07 01:12:56 +01:00
2008-04-13 14:52:48 -07:00
2008-04-13 14:52:48 -07:00