public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <monstr@seznam.cz>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 2/6] [new uImage] Removed dead ramdisk code on microblaze architecture
Date: Tue, 05 Feb 2008 21:01:54 +0100	[thread overview]
Message-ID: <47A8C0B2.8060905@seznam.cz> (raw)
In-Reply-To: <20080201120026.19349.21191.stgit@hekate.izotz.org>

Hi Marian,

do you have git repository with your changes?
I would like to see what is changed from previous state.
I have some changes in my internal repository which modified
linux booting with using ramdisk too.

Regards,
Michal Simek


> Microblaze do_bootm_linux() includes ramdisk processing code but
> the ramdisk does not get used anywhere later on.
> 
> Signed-off-by: Marian Balakowicz <m8@semihalf.com>
> ---
> 
>  lib_microblaze/bootm.c |    5 -----
>  1 files changed, 0 insertions(+), 5 deletions(-)
> 
> 
> diff --git a/lib_microblaze/bootm.c b/lib_microblaze/bootm.c
> index 1f3e777..bccfbe1 100644
> --- a/lib_microblaze/bootm.c
> +++ b/lib_microblaze/bootm.c
> @@ -35,17 +35,12 @@ DECLARE_GLOBAL_DATA_PTR;
>  void do_bootm_linux (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[],
>  		     image_header_t *hdr, int verify)
>  {
> -	ulong initrd_start, initrd_end;
> -
>  	/* First parameter is mapped to $r5 for kernel boot args */
>  	void (*theKernel) (char *);
>  	char *commandline = getenv ("bootargs");
>  
>  	theKernel = (void (*)(char *))image_get_ep (hdr);
>  
> -	get_ramdisk (cmdtp, flag, argc, argv, hdr, verify,
> -			IH_ARCH_MICROBLAZE, &initrd_start, &initrd_end);
> -
>  	show_boot_progress (15);
>  
>  #ifdef DEBUG

  reply	other threads:[~2008-02-05 20:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-01 12:00 [U-Boot-Users] [PATCH 0/6] [new uImage] patchset3 - legacy code refactoring Marian Balakowicz
2008-02-01 12:00 ` [U-Boot-Users] [PATCH 1/6] [new uImage] Factor out common image_get_ramdisk() routine Marian Balakowicz
2008-02-01 12:00 ` [U-Boot-Users] [PATCH 2/6] [new uImage] Removed dead ramdisk code on microblaze architecture Marian Balakowicz
2008-02-05 20:01   ` Michal Simek [this message]
2008-02-07 12:19     ` Bartlomiej Sieka
2008-02-07 20:43       ` Michal Simek
2008-02-01 12:00 ` [U-Boot-Users] [PATCH 3/6] [new uImage] Move PPC and M68K ramdisk loading to a common routine Marian Balakowicz
2008-02-01 12:00 ` [U-Boot-Users] [PATCH 4/6] [new uImage] Cleanup PPC and M68K do_bootm_linux() boot allocations Marian Balakowicz
2008-02-01 12:00 ` [U-Boot-Users] [PATCH 5/6] [new uImage] Cleanup FDT handling in PPC do_boot_linux() Marian Balakowicz
2008-02-01 12:00 ` [U-Boot-Users] [PATCH 6/6] [new uImage] Move kernel data find code to get_kernel() routine Marian Balakowicz
2008-02-07  4:08 ` [U-Boot-Users] [PATCH 0/6] [new uImage] patchset3 - legacy code refactoring Kumar Gala

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47A8C0B2.8060905@seznam.cz \
    --to=monstr@seznam.cz \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox