[U-Boot] i'm assuming comment "/* board/?/flash.c */" in flash.h is way obsolete
Robert P. J. Day
rpjday at crashcourse.ca
Wed Dec 28 15:54:37 CET 2016
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
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
More information about the U-Boot
mailing list