diff options
author | Gururaja Hebbar K R <gururajakr@sanyo.co.in> | 2008-07-17 07:27:51 +0530 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-20 23:09:14 +0200 |
commit | de2a07e534f18b1ca5f9869a4ef0604ca829cff0 (patch) | |
tree | ae20a59e5b75f34510a6fb69f788f497806d29c7 /lib_arm/bootm.c | |
parent | ffbb5cb942e9856fa24e946977e0a60c64df04ab (diff) | |
download | u-boot-imx-de2a07e534f18b1ca5f9869a4ef0604ca829cff0.zip u-boot-imx-de2a07e534f18b1ca5f9869a4ef0604ca829cff0.tar.gz u-boot-imx-de2a07e534f18b1ca5f9869a4ef0604ca829cff0.tar.bz2 |
Remove unused code from lib_arm/bootm.c
Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
Diffstat (limited to 'lib_arm/bootm.c')
-rw-r--r-- | lib_arm/bootm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib_arm/bootm.c b/lib_arm/bootm.c index 6b4a807..b838c37 100644 --- 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); |