mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 03:40:15 +00:00
Until now, Genode referenced a fork of the outdated elfloader-tool to enable bootstrapping of sel4 on ARM platforms. Because the elfloader is inherently dependent on the used platforms newer ARM versions supported by the kernel could not be loaded by the outdated elfloader. This commit uses a fresh fork of the nowadays used sel4_tools repository. Ref #3251
6 lines
111 B
Makefile
6 lines
111 B
Makefile
PLAT := imx6
|
|
CPU := cortex-a9
|
|
BOARD := imx6q_sabrelite
|
|
|
|
-include $(REP_DIR)/lib/mk/spec/arm/kernel-sel4.inc
|