diff options
author | Dongjin Kim <tobetter@gmail.com> | 2022-05-28 03:26:11 +0300 |
---|---|---|
committer | Dongjin Kim <tobetter@gmail.com> | 2022-05-28 03:26:25 +0300 |
commit | 7ff3b5282cef5afccf3d4477066b407d0075b8f6 (patch) | |
tree | 21989da182190197acd99ccebd18971bc340afdc | |
parent | 0677e140ba015b95ccd6d762ce51a4c6860a49ca (diff) | |
download | u-boot-odroidm1-v2017.09.tar.xz |
squash! ODROID-COMMON: add new git submodule to download 'rkbin/*'odroidm1-v2017.09
Fix to use Github URL of '/rkbin'"
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 6079bdc6e9..42e5461715 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "rkbin"] path = rkbin - url = ../../../rk/rkbin + url = https://github.com/hardkernel/rk3568_rkbin branch = odroidm1-v2017.09 |