[U-Boot] i'm assuming comment "/* board/?/flash.c */" in flash.h is way obsolete

digging around in CONFIG_SYS_FLASH_PROTECTION, and i see this snippet in include/flash.h:
/* board/?/flash.c */ #if defined(CONFIG_SYS_FLASH_PROTECTION) extern int flash_real_protect(flash_info_t *info, long sector, int prot); extern void flash_read_user_serial(flash_info_t * info, void * buffer, int offset, int len); extern void flash_read_factory_serial(flash_info_t * info, void * buffer, int offset, int len); #endif /* CONFIG_SYS_FLASH_PROTECTION */
i'm assuming that opening comment is long-since obsolete, yes? i can submit a patch to trash it, but since i'm poring over that file, i can collect any other tweaks anyone else wants to suggest to make it worth it. any other content in that file that needs updating or removal?
no rush.
rday
participants (1)
-
Robert P. J. Day