All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timo Tuunainen <timo.tuunainen@sysart.fi>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 1/4] [ARM] Added Artila M-501 common files
Date: Thu, 31 Jan 2008 10:17:01 +0200	[thread overview]
Message-ID: <47A183FD.6000807@sysart.fi> (raw)
In-Reply-To: <mailman.1060081.1201392092.7786.u-boot-users@lists.sourceforge.net>

Signed-off-by: Timo Tuunainen <timo.tuunainen@sysart.fi>
---
MAKEALL | 1 +
Makefile | 2 ++
lib_arm/armlinux.c | 2 +-
3 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/MAKEALL b/MAKEALL
index d66a5fa..655e100 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -459,6 +459,7 @@ LIST_ARM9=" \
cp946es \
cp966 \
lpd7a400 \
+ m501sk \
mp2usb \
mx1ads \
mx1fs2 \
diff --git a/Makefile b/Makefile
index 0f6cc59..9200d17 100644
--- a/Makefile
+++ b/Makefile
@@ -2313,6 +2313,8 @@ csb637_config : unconfig
mp2usb_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t mp2usb NULL at91rm9200

+m501sk_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm920t m501sk NULL at91rm9200

########################################################################
## ARM Integrator boards - see doc/README-integrator for more info.
diff --git a/lib_arm/armlinux.c b/lib_arm/armlinux.c
index 6d32a41..f12f33c 100644
--- a/lib_arm/armlinux.c
+++ b/lib_arm/armlinux.c
@@ -160,7 +160,7 @@ void do_bootm_linux (cmd_tbl_t *cmdtp, int flag, int 
argc, char *argv[],
do_reset (cmdtp, flag, argc, argv);
}

-#if defined(CONFIG_B2) || defined(CONFIG_EVB4510) || 
defined(CONFIG_ARMADILLO)
+#if defined(CONFIG_B2) || defined(CONFIG_EVB4510) || 
defined(CONFIG_ARMADILLO) || defined(CONFIG_M501SK)
/*
*we need to copy the ramdisk to SRAM to let Linux boot
*/
-- 
1.5.2.5

  parent reply	other threads:[~2008-01-31  8:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1060081.1201392092.7786.u-boot-users@lists.sourceforge.net>
2008-01-31  8:15 ` [U-Boot-Users] [PATCH 0/4] [ARM] Support for Artila M-501 starter kit Timo Tuunainen
2008-01-31 10:07   ` Ladislav Michl
2008-01-31  8:17 ` Timo Tuunainen [this message]
2008-01-31  8:17 ` [U-Boot-Users] [PATCH 2/4] [ARM] Added Artila M-501 config file Timo Tuunainen
2008-01-31  8:18 ` [U-Boot-Users] [PATCH 3/4] [ARM] Added Artila M-501 board files Timo Tuunainen
2008-01-31  8:19 ` [U-Boot-Users] [PATCH 4/4] [ARM] Artila M-501 support CREDITS file Timo Tuunainen

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=47A183FD.6000807@sysart.fi \
    --to=timo.tuunainen@sysart.fi \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.