diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7d40675cc8..5990f2df81 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,3 +9,6 @@ [submodule "vboot"] path = 3rdparty/vboot url = ../vboot.git +[submodule "arm-trusted-firmware"] + path = 3rdparty/arm-trusted-firmware + url = ../arm-trusted-firmware.git |