blob: b2f80627ed829033b40973bf7e53fc939b7bd1fc (
plain)
1
2
3
4
5
6
7
8
9
|
[submodule "bootloader"]
path = bootloader
url = https://source.denx.de/u-boot/u-boot.git
shallow = true
[submodule "kernel"]
path = kernel
url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
# url = https://github.com/beagleboard/linux
shallow = true
|