[U-Boot] common/board_f.c: init_sequence_f_r used for which arches?
Robert P. J. Day
rpjday at crashcourse.ca
Tue Jan 8 20:06:18 UTC 2019
just noticed in common/board_f.c the inconsistency:
#if defined(CONFIG_X86) || defined(CONFIG_ARC)
/*
* For now this code is only used on x86.
... snip ...
* NOTE: At present only x86 uses this route, but it is intended that
* all archs will move to this when generic relocation is implemented.
*/
so should the comment be changed to refer to both x86 and arc, or is
there a long-term plan for all archs, or what?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca/dokuwiki
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
More information about the U-Boot
mailing list