Re: [U-Boot] [PATCH] constify default env

2011-07-26 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1303638201-3221-1-git-send-email-vap...@gentoo.org> you wrote: > I can't see any obvious needs for the default environment to be writable, > so make it const. > > Signed-off-by: Mike Frysinger > --- > common/env_common.c |4 ++-- > common/env_flash.c|

[U-Boot] [PATCH] constify default env

2011-04-24 Thread Mike Frysinger
I can't see any obvious needs for the default environment to be writable, so make it const. Signed-off-by: Mike Frysinger --- common/env_common.c |4 ++-- common/env_flash.c|2 +- include/environment.h |2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common