summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 635d2d1..7f0e519 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ Next, you need to have **.config** file. You can copy sample .config, and edit i
Your .config need to have "git-linux" and it needs to have these repositories.
> git remote add linux git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
- > git remote add bsp git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git
+ > git remote add bsp https://github.com/renesas-rcar/linux-bsp.git
> git remote add linux-next git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Then, just "make".