projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffbb5cb
)
Remove unused code from lib_arm/bootm.c
author
Gururaja Hebbar K R
<gururajakr@sanyo.co.in>
Thu, 17 Jul 2008 01:57:51 +0000
(07:27 +0530)
committer
Wolfgang Denk
<wd@denx.de>
Sun, 20 Jul 2008 21:09:14 +0000
(23:09 +0200)
Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
lib_arm/bootm.c
patch
|
blob
|
history
diff --git
a/lib_arm/bootm.c
b/lib_arm/bootm.c
index 6b4a80723ff4bfce0ab331b9d52e08a64a032622..b838c374ac6aed033106b8ec91d100565eefab20 100644
(file)
--- a/
lib_arm/bootm.c
+++ b/
lib_arm/bootm.c
@@
-43,9
+43,6
@@
static void setup_memory_tags (bd_t *bd);
# endif
static void setup_commandline_tag (bd_t *bd, char *commandline);
-#if 0
-static void setup_ramdisk_tag (bd_t *bd);
-#endif
# ifdef CONFIG_INITRD_TAG
static void setup_initrd_tag (bd_t *bd, ulong initrd_start,
ulong initrd_end);