summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-27 12:04:17 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-27 12:04:17 +0200
commit7c17ff7c45d2bad3e0e4ba6ce1a2ca4dee999065 (patch)
tree44d85c576e794f08f7d504f5e29af99b458a847a /scripts
parent85db86ab5b0f6f8cc97444b24eaed1e98e9046d9 (diff)
downloadbarebox-7c17ff7c45d2bad3e0e4ba6ce1a2ca4dee999065.tar.gz
barebox-7c17ff7c45d2bad3e0e4ba6ce1a2ca4dee999065.tar.xz
Reimplement environment. Now we only have one crc for the whole image.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ubootenv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/ubootenv.c b/scripts/ubootenv.c
index 37f799c456..c072c974c2 100644
--- a/scripts/ubootenv.c
+++ b/scripts/ubootenv.c
@@ -34,6 +34,8 @@
#include <getopt.h>
#include <libgen.h>
+#define debug(...)
+
void *xmalloc(size_t size)
{
void *p = NULL;
@@ -115,6 +117,8 @@ char *concat_subpath_file(const char *path, const char *f)
#include "../lib/recursive_action.c"
#include "../include/envfs.h"
+#include "../lib/crc32.c"
+#include "../lib/make_directory.c"
#include "../commands/environment.c"
void usage(char *prgname)