diff packages/redboot/current/include/flash_config.h @ 117:bd1a71e3e476 ecos-sw-2000-08-25

Merge from eCos master repository on 2000-08-25-19:22:58-BST
author jlarmour
date Fri, 25 Aug 2000 19:17:22 +0000
parents 6ed91473a1cd
children 6bd9d475ed4b
line wrap: on
line diff
--- a/packages/redboot/current/include/flash_config.h
+++ b/packages/redboot/current/include/flash_config.h
@@ -69,7 +69,7 @@ struct config_option {
 
 #define RedBoot_config_option(_t_,_n_,_e_,_ie_,_type_)                                  \
 struct config_option _config_option_##_n_                                               \
-CYG_HAL_TABLE_ENTRY(RedBoot_config_options) = {#_n_,_t_,/*&_v_,*/_e_,_ie_,_type_};
+CYG_HAL_TABLE_QUALIFIED_ENTRY(RedBoot_config_options,_n_) = {#_n_,_t_,_e_,_ie_,_type_};
 
 void flash_get_config(char *key, void *val, int type);