diff options
| author | Timo Tuunainen <[email protected]> | 2008-02-01 10:09:03 +0000 |
|---|---|---|
| committer | Peter Pearse <[email protected]> | 2008-02-14 09:38:08 +0000 |
| commit | ea8d989f4ef8203e1c0291e62435a8c62e3cfb29 (patch) | |
| tree | f08618079cde3a925c5597e2b7ecff9a426db53a /lib_arm | |
| parent | fe891ecf4d187e9d11dde869ed4623af52b54451 (diff) | |
Support for Artila M-501 starter kit
Kimmo Leppala / Sysart and
Timo Tuunainen / Sysart
Diffstat (limited to 'lib_arm')
| -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 6d32a411fde..c1e1d125456 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 */ |
