Re: [U-Boot] [PATCH 5/7] mv_common.c: don't compile reset_environment if ENV_IS_NOWHERE

2011-07-18 Thread Mike Frysinger
On Fri, Jul 15, 2011 at 05:09, Michael Jones wrote: Doesn't make sense to provide this function to boards which defined CONFIG_ENV_IS_NOWHERE. Such a board gets a linking error because common/env_nowhere.c doesn't define saveenv(). Acked-by: Mike Frysinger vap...@gentoo.org -mike

[U-Boot] [PATCH 5/7] mv_common.c: don't compile reset_environment if ENV_IS_NOWHERE

2011-07-15 Thread Michael Jones
Doesn't make sense to provide this function to boards which defined CONFIG_ENV_IS_NOWHERE. Such a board gets a linking error because common/env_nowhere.c doesn't define saveenv(). Signed-off-by: Michael Jones michael.jo...@matrix-vision.de --- board/matrix_vision/common/mv_common.c |2 ++ 1