* [PATCH] board: amlogic-q200: fix Khadas VIM2 README
@ 2019-04-10 14:47 ` Neil Armstrong
0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-04-10 14:47 UTC (permalink / raw)
To: u-boot; +Cc: Neil Armstrong, u-boot-amlogic, baylibre-upstreaming
The vendor U-boot branch and defconfig was wrong for the
Khadas VIM2, fix this.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
board/amlogic/q200/README.khadas-vim2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/amlogic/q200/README.khadas-vim2 b/board/amlogic/q200/README.khadas-vim2
index 578693fd2d..8bcfc296f3 100644
--- a/board/amlogic/q200/README.khadas-vim2
+++ b/board/amlogic/q200/README.khadas-vim2
@@ -48,9 +48,9 @@ the git tree published by the board vendor:
> tar xvfJ gcc-linaro-aarch64-none-elf-4.8-2013.11_linux.tar.xz
> tar xvfJ gcc-linaro-arm-none-eabi-4.8-2013.11_linux.tar.xz
> export PATH=$PWD/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux/bin:$PWD/gcc-linaro-arm-none-eabi-4.8-2013.11_linux/bin:$PATH
- > git clone https://github.com/khadas/u-boot -b Vim vim-u-boot
+ > git clone https://github.com/khadas/u-boot -b khadas-vim-v2015.01 vim-u-boot
> cd vim-u-boot
- > make kvim_defconfig
+ > make kvim2_defconfig
> make
> export FIPDIR=$PWD/fip
--
2.21.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] board: amlogic-q200: fix Khadas VIM2 README
@ 2019-04-10 14:47 ` Neil Armstrong
0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-04-10 14:47 UTC (permalink / raw)
To: u-boot
The vendor U-boot branch and defconfig was wrong for the
Khadas VIM2, fix this.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
board/amlogic/q200/README.khadas-vim2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/amlogic/q200/README.khadas-vim2 b/board/amlogic/q200/README.khadas-vim2
index 578693fd2d..8bcfc296f3 100644
--- a/board/amlogic/q200/README.khadas-vim2
+++ b/board/amlogic/q200/README.khadas-vim2
@@ -48,9 +48,9 @@ the git tree published by the board vendor:
> tar xvfJ gcc-linaro-aarch64-none-elf-4.8-2013.11_linux.tar.xz
> tar xvfJ gcc-linaro-arm-none-eabi-4.8-2013.11_linux.tar.xz
> export PATH=$PWD/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux/bin:$PWD/gcc-linaro-arm-none-eabi-4.8-2013.11_linux/bin:$PATH
- > git clone https://github.com/khadas/u-boot -b Vim vim-u-boot
+ > git clone https://github.com/khadas/u-boot -b khadas-vim-v2015.01 vim-u-boot
> cd vim-u-boot
- > make kvim_defconfig
+ > make kvim2_defconfig
> make
> export FIPDIR=$PWD/fip
--
2.21.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] board: amlogic-q200: fix Khadas VIM2 README
2019-04-10 14:47 ` [U-Boot] " Neil Armstrong
@ 2019-04-23 9:29 ` Neil Armstrong
-1 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-04-23 9:29 UTC (permalink / raw)
To: u-boot; +Cc: u-boot-amlogic, baylibre-upstreaming
On 10/04/2019 16:47, Neil Armstrong wrote:
> The vendor U-boot branch and defconfig was wrong for the
> Khadas VIM2, fix this.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> board/amlogic/q200/README.khadas-vim2 | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/board/amlogic/q200/README.khadas-vim2 b/board/amlogic/q200/README.khadas-vim2
> index 578693fd2d..8bcfc296f3 100644
> --- a/board/amlogic/q200/README.khadas-vim2
> +++ b/board/amlogic/q200/README.khadas-vim2
> @@ -48,9 +48,9 @@ the git tree published by the board vendor:
> > tar xvfJ gcc-linaro-aarch64-none-elf-4.8-2013.11_linux.tar.xz
> > tar xvfJ gcc-linaro-arm-none-eabi-4.8-2013.11_linux.tar.xz
> > export PATH=$PWD/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux/bin:$PWD/gcc-linaro-arm-none-eabi-4.8-2013.11_linux/bin:$PATH
> - > git clone https://github.com/khadas/u-boot -b Vim vim-u-boot
> + > git clone https://github.com/khadas/u-boot -b khadas-vim-v2015.01 vim-u-boot
> > cd vim-u-boot
> - > make kvim_defconfig
> + > make kvim2_defconfig
> > make
> > export FIPDIR=$PWD/fip
>
>
Applied to u-boot-amlogic
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] board: amlogic-q200: fix Khadas VIM2 README
@ 2019-04-23 9:29 ` Neil Armstrong
0 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2019-04-23 9:29 UTC (permalink / raw)
To: u-boot
On 10/04/2019 16:47, Neil Armstrong wrote:
> The vendor U-boot branch and defconfig was wrong for the
> Khadas VIM2, fix this.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
> board/amlogic/q200/README.khadas-vim2 | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/board/amlogic/q200/README.khadas-vim2 b/board/amlogic/q200/README.khadas-vim2
> index 578693fd2d..8bcfc296f3 100644
> --- a/board/amlogic/q200/README.khadas-vim2
> +++ b/board/amlogic/q200/README.khadas-vim2
> @@ -48,9 +48,9 @@ the git tree published by the board vendor:
> > tar xvfJ gcc-linaro-aarch64-none-elf-4.8-2013.11_linux.tar.xz
> > tar xvfJ gcc-linaro-arm-none-eabi-4.8-2013.11_linux.tar.xz
> > export PATH=$PWD/gcc-linaro-aarch64-none-elf-4.8-2013.11_linux/bin:$PWD/gcc-linaro-arm-none-eabi-4.8-2013.11_linux/bin:$PATH
> - > git clone https://github.com/khadas/u-boot -b Vim vim-u-boot
> + > git clone https://github.com/khadas/u-boot -b khadas-vim-v2015.01 vim-u-boot
> > cd vim-u-boot
> - > make kvim_defconfig
> + > make kvim2_defconfig
> > make
> > export FIPDIR=$PWD/fip
>
>
Applied to u-boot-amlogic
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-04-23 9:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-10 14:47 [PATCH] board: amlogic-q200: fix Khadas VIM2 README Neil Armstrong
2019-04-10 14:47 ` [U-Boot] " Neil Armstrong
2019-04-23 9:29 ` Neil Armstrong
2019-04-23 9:29 ` [U-Boot] " Neil Armstrong
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.