aboutsummaryrefslogtreecommitdiff
path: root/lib_arm/armlinux.c
diff options
context:
space:
mode:
authorTimo Tuunainen <timo.tuunainen@sysart.fi>2008-02-01 10:09:03 +0000
committerPeter Pearse <peter.pearse@arm.com>2008-02-14 09:38:08 +0000
commitea8d989f4ef8203e1c0291e62435a8c62e3cfb29 (patch)
treef08618079cde3a925c5597e2b7ecff9a426db53a /lib_arm/armlinux.c
parentfe891ecf4d187e9d11dde869ed4623af52b54451 (diff)
Support for Artila M-501 starter kit
Kimmo Leppala / Sysart and Timo Tuunainen / Sysart
Diffstat (limited to 'lib_arm/armlinux.c')
-rw-r--r--lib_arm/armlinux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib_arm/armlinux.c b/lib_arm/armlinux.c
index 6d32a411f..c1e1d1254 100644
--- a/lib_arm/armlinux.c
+++ b/lib_arm/armlinux.c
@@ -160,7 +160,8 @@ 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
*/