mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 01:58:55 +00:00
cf943dac65
Put the initialization of the cpu cores, setup of page-tables, enabling of MMU and caches into a separate component that is only used to bootstrap the kernel resp. core. Ref #2092
7 lines
148 B
Makefile
7 lines
148 B
Makefile
SRC_CC += bootstrap/spec/arndale/cpu.cc
|
|
SRC_CC += core/spec/arndale/pic.cc
|
|
|
|
NR_OF_CPUS = 2
|
|
|
|
include $(REP_DIR)/lib/mk/spec/exynos5/bootstrap-hw.inc
|