aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-01-18 16:05:46 +0200
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2008-01-18 16:05:46 +0200
commit25c8b07357a9428a30bfd02ab8d1145cc25a23c6 (patch)
treee765d37af8177cc48c932b8fd4eb934b2f4b298b
parent2a606eabbbded5a7141020fb3d5cdbacba330d04 (diff)
ubi-utils: move mkbootenv to sort-me-out
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
-rw-r--r--ubi-utils/Makefile5
-rw-r--r--ubi-utils/sort-me-out/README3
-rw-r--r--ubi-utils/sort-me-out/mkbootenv.c (renamed from ubi-utils/src/mkbootenv.c)0
3 files changed, 4 insertions, 4 deletions
diff --git a/ubi-utils/Makefile b/ubi-utils/Makefile
index e425d6a..517c8ec 100644
--- a/ubi-utils/Makefile
+++ b/ubi-utils/Makefile
@@ -15,7 +15,7 @@ CFLAGS := -I./inc -I./src -I$(KERNELHDR) $(OPTFLAGS) -Werror \
PERLPROGS = mkpfi ubicrc32.pl
TARGETS = ubiupdate ubimkvol ubirmvol pfiflash pddcustomize ubimirror \
- mkbootenv unubi pfi2bin ubicrc32 ubinfo \
+ unubi pfi2bin ubicrc32 ubinfo \
ubiattach ubidetach
vpath %.c ./src
@@ -70,9 +70,6 @@ ubimirror: ubimirror.o error.o libubimirror.o bootenv.o hashmap.o \
libubi.o crc32.o
$(CC) $(LDFLAGS) -o $@ $^
-mkbootenv: mkbootenv.o bootenv.o hashmap.o error.o crc32.o
- $(CC) $(LDFLAGS) -o $@ $^
-
unubi: unubi.o crc32.o unubi_analyze.o eb_chain.o
$(CC) $(LDFLAGS) -o $@ $^
diff --git a/ubi-utils/sort-me-out/README b/ubi-utils/sort-me-out/README
index 4018567..6a24555 100644
--- a/ubi-utils/sort-me-out/README
+++ b/ubi-utils/sort-me-out/README
@@ -48,3 +48,6 @@ This directory contains various stuff that has to be cleaned up and sorted out.
* nandecc.c, nandecc.h: needed to compile nand2bin and bin2nand
* nandcorr.c: seems to be unused
+
+* mkbootenv.c: no idea what is this about. Looks like something specific to IBM
+ guys's setup.
diff --git a/ubi-utils/src/mkbootenv.c b/ubi-utils/sort-me-out/mkbootenv.c
index 952f651..952f651 100644
--- a/ubi-utils/src/mkbootenv.c
+++ b/ubi-utils/sort-me-out/mkbootenv.c