[U-Boot] common/board_f.c: init_sequence_f_r used for which arches?

8 Jan
2019
8 Jan
'19
9:06 p.m.
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
========================================================================
2314
Age (days ago)
2314
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert P. J. Day