commit f577576b9e2b98e696c2d9581d023f9bfed852df Author: KenwoodFox Date: Mon Mar 14 22:32:03 2022 -0400 Add submodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8d490a9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "rkbin"] + path = rkbin + url = https://github.com/JeffyCN/rockchip_mirrors.git +[submodule "u-boot-rockchip"] + path = u-boot-rockchip + url = https://gitlab.com/pgwipeout/u-boot-rockchip.git diff --git a/rkbin b/rkbin new file mode 160000 index 0000000..080e2db --- /dev/null +++ b/rkbin @@ -0,0 +1 @@ +Subproject commit 080e2dbee7f8a0644604237c88968226f4016cf7 diff --git a/u-boot-rockchip b/u-boot-rockchip new file mode 160000 index 0000000..6336d23 --- /dev/null +++ b/u-boot-rockchip @@ -0,0 +1 @@ +Subproject commit 6336d2324985831ed766031f91d410d0e587dbc8