[U-Boot] is "quicc engine" supported on non-powerpc architectures?

28 Mar
2016
28 Mar
'16
4:50 p.m.
possibly a silly question but does the "quicc engine" exist on any architecture but the powerpc? i ask since i just ran across this snippet in include/linux/immap_qe.h:
#ifdef CONFIG_PPC #define QE_IMMR_OFFSET 0x00140000 #else #define QE_IMMR_OFFSET 0x01400000 #endif
which confuses me since it's checking for PPC, suggesting it might be something else?
normally, i wouldn't care but i'm working on some code based on qe_lib and i was simply assuming it was always powerpc, now i'm not sure. can someone clarify the above?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
3329
Age (days ago)
3329
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robert P. J. Day