arm64: Move FDT functions to separate module

This commit is contained in:
Vladimir Serbinenko 2015-10-29 13:31:30 +01:00
parent 5fcde03bf1
commit 4d0cb75538
5 changed files with 244 additions and 156 deletions

View file

@ -1664,6 +1664,12 @@ module = {
enable = noemu;
};
module = {
name = fdt;
arm64 = loader/arm64/fdt.c;
enable = arm64;
};
module = {
name = xnu;
x86 = loader/xnu_resume.c;