Signed-off-by: Timo Tuunainen <[EMAIL PROTECTED]>
---
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


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to