Re: [U-Boot] [PATCH] envcrc: add missing dependencies on env storage

2009-07-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1245029716-14477-1-git-send-email-vap...@gentoo.org> you wrote: > When the envcrc building was made conditional, it missed a bunch of env > storage types, so add all currently supported types. > > Signed-off-by: Mike Frysinger > --- > tools/Makefile |4

[U-Boot] [PATCH] envcrc: add missing dependencies on env storage

2009-06-14 Thread Mike Frysinger
When the envcrc building was made conditional, it missed a bunch of env storage types, so add all currently supported types. Signed-off-by: Mike Frysinger --- tools/Makefile |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index 43c284c.