diff options
author | Timo Tuunainen <timo.tuunainen@sysart.fi> | 2008-02-01 10:09:03 +0000 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2008-02-14 09:38:08 +0000 |
commit | ea8d989f4ef8203e1c0291e62435a8c62e3cfb29 (patch) | |
tree | f08618079cde3a925c5597e2b7ecff9a426db53a /lib_arm/armlinux.c | |
parent | fe891ecf4d187e9d11dde869ed4623af52b54451 (diff) | |
download | u-boot-imx-ea8d989f4ef8203e1c0291e62435a8c62e3cfb29.zip u-boot-imx-ea8d989f4ef8203e1c0291e62435a8c62e3cfb29.tar.gz u-boot-imx-ea8d989f4ef8203e1c0291e62435a8c62e3cfb29.tar.bz2 |
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.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib_arm/armlinux.c b/lib_arm/armlinux.c index 6d32a41..c1e1d12 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 */ |