Mercurial > flash_v2
comparison packages/redboot/current/src/flash.c @ 145:2e9a636d9de9 ecos-sw-2000-12-21
Merge from eCos master repository on 2000-12-21-14:18:40-GMT
| author | jlarmour |
|---|---|
| date | Fri, 22 Dec 2000 02:37:28 +0000 |
| parents | 6b5f480c6929 |
| children | d397fc472bcf |
comparison
equal
deleted
inserted
replaced
| 144:da1052144c56 | 145:2e9a636d9de9 |
|---|---|
| 842 extern struct config_option __CONFIG_options_TAB__[], __CONFIG_options_TAB_END__[]; | 842 extern struct config_option __CONFIG_options_TAB__[], __CONFIG_options_TAB_END__[]; |
| 843 | 843 |
| 844 static int | 844 static int |
| 845 get_config(struct config_option *opt, int offset, bool list_only) | 845 get_config(struct config_option *opt, int offset, bool list_only) |
| 846 { | 846 { |
| 847 char line[80], *sp, *lp; | 847 char line[256], *sp, *lp; |
| 848 int ret; | 848 int ret; |
| 849 bool hold_bool_val, enable; | 849 bool hold_bool_val, enable; |
| 850 unsigned long hold_int_val; | 850 unsigned long hold_int_val; |
| 851 #ifdef CYGPKG_REDBOOT_NETWORKING | 851 #ifdef CYGPKG_REDBOOT_NETWORKING |
| 852 in_addr_t hold_ip_val; | 852 in_addr_t hold_ip_val; |
