Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
c7ea2b6e
Commit
c7ea2b6e
authored
Aug 06, 2012
by
Alejandro Mery
Browse files
nand-part: rename `mbr` to a more meaningful name
parent
3fc53401
Changes
4
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
c7ea2b6e
...
...
@@ -4,6 +4,6 @@ fex2bin
bootinfo
fel
pio
mbr
nand-part
*.o
*.swp
Makefile
View file @
c7ea2b6e
...
...
@@ -3,7 +3,7 @@ CFLAGS = -g -O0 -Wall -Wextra
CFLAGS
+=
-std
=
c99
-D_POSIX_C_SOURCE
=
200112L
TOOLS
=
fexc bin2fex fex2bin bootinfo fel pio
TOOLS
+=
mbr
TOOLS
+=
nand-part
MISC_TOOLS
=
phoenix_info
...
...
mbr
.c
→
nand-part
.c
View file @
c7ea2b6e
...
...
@@ -49,7 +49,7 @@
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include "
mbr
.h"
#include "
nand-part
.h"
#define MAX_NAME 16
...
...
mbr
.h
→
nand-part
.h
View file @
c7ea2b6e
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment