mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +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
12 lines
224 B
Makefile
12 lines
224 B
Makefile
#
|
|
# \brief Build config for parts of core that depend on Trustzone status
|
|
# \author Stefan Kalkowski
|
|
# \author Martin Stein
|
|
# \date 2012-10-24
|
|
#
|
|
|
|
REQUIRES = imx53
|
|
|
|
# add library dependencies
|
|
LIBS += core-hw-trustzone_off
|