Mercurial > flash_v2
comparison packages/redboot/current/src/flash.c @ 152:f935b880e96c
Merge from eCos master repository on 2001-02-14-01:27:14-GMT
| author | jlarmour |
|---|---|
| date | Thu, 15 Feb 2001 18:18:11 +0000 |
| parents | 25e238959bae |
| children | 5e8f3b328bb3 |
comparison
equal
deleted
inserted
replaced
| 151:25e238959bae | 152:f935b880e96c |
|---|---|
| 840 "boot_script", true, | 840 "boot_script", true, |
| 841 CONFIG_SCRIPT, | 841 CONFIG_SCRIPT, |
| 842 "" | 842 "" |
| 843 ); | 843 ); |
| 844 // Some preprocessor magic for building the [constant] prompt string | 844 // Some preprocessor magic for building the [constant] prompt string |
| 845 #define __cat(s1,c2,s3) s1 ## #c2 ## s3 | 845 #define __cat(s1,c2,s3) s1 #c2 s3 |
| 846 #define _cat(s1,c2,s3) __cat(s1,c2,s3) | 846 #define _cat(s1,c2,s3) __cat(s1,c2,s3) |
| 847 RedBoot_config_option(_cat("Boot script timeout (", | 847 RedBoot_config_option(_cat("Boot script timeout (", |
| 848 CYGNUM_REDBOOT_FLASH_SCRIPT_TIMEOUT_RESOLUTION, | 848 CYGNUM_REDBOOT_FLASH_SCRIPT_TIMEOUT_RESOLUTION, |
| 849 "ms resolution)"), | 849 "ms resolution)"), |
| 850 boot_script_timeout, | 850 boot_script_timeout, |
