aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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