Board specific fixup function. It is called by setup_arch() in setup.c file very early on during kernel starts. It allows the user to statically fill in the proper values for the passed-in parameters. None of the parameters is used currently.
Definition at line 838 of file mx35_3stack.c. References mxc_cpu_init(). { mxc_cpu_init(); #ifdef CONFIG_DISCONTIGMEM do { int nid; mi->nr_banks = MXC_NUMNODES; for (nid = 0; nid < mi->nr_banks; nid++) SET_NODE(mi, nid); } while (0); #endif }
|