From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timo Tuunainen Date: Thu, 31 Jan 2008 10:17:01 +0200 Subject: [U-Boot-Users] [PATCH 1/4] [ARM] Added Artila M-501 common files In-Reply-To: References: Message-ID: <47A183FD.6000807@sysart.fi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Timo Tuunainen --- 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