[U-Boot] [PATCH] board: amlogic: vim: Fix README

Unlike the BayLibre repos Khadas' repo defaults to using native gcc, so specify the CROSS_COMPILE setting matching the prescribed toolchain.
Signed-off-by: Andreas Färber afaerber@suse.de --- board/amlogic/p212/README.khadas-vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/amlogic/p212/README.khadas-vim b/board/amlogic/p212/README.khadas-vim index b1942364f8..a2c7606454 100644 --- a/board/amlogic/p212/README.khadas-vim +++ b/board/amlogic/p212/README.khadas-vim @@ -50,7 +50,7 @@ the git tree published by the board vendor:
git clone https://github.com/khadas/u-boot -b Vim vim-u-boot cd vim-u-boot make kvim_defconfig
- > make + > make CROSS_COMPILE=aarch64-none-elf-
export FIPDIR=$PWD/fip
Go back to mainline U-Boot source tree then :

Hi Andreas,
On 01/07/2019 10:25, Andreas Färber wrote:
Unlike the BayLibre repos Khadas' repo defaults to using native gcc, so specify the CROSS_COMPILE setting matching the prescribed toolchain.
Signed-off-by: Andreas Färber afaerber@suse.de
board/amlogic/p212/README.khadas-vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/amlogic/p212/README.khadas-vim b/board/amlogic/p212/README.khadas-vim index b1942364f8..a2c7606454 100644 --- a/board/amlogic/p212/README.khadas-vim +++ b/board/amlogic/p212/README.khadas-vim @@ -50,7 +50,7 @@ the git tree published by the board vendor:
git clone https://github.com/khadas/u-boot -b Vim vim-u-boot cd vim-u-boot make kvim_defconfig
make
make CROSS_COMPILE=aarch64-none-elf- export FIPDIR=$PWD/fipGo back to mainline U-Boot source tree then :
Thanks, Applied to u-boot-amlogic
Could you Cc u-boot-amlogic@groups.io aswell next time ?
Thanks, Neil

Hi Neil,
Am 01.07.19 um 10:55 schrieb Neil Armstrong:
On 01/07/2019 10:25, Andreas Färber wrote:
Unlike the BayLibre repos Khadas' repo defaults to using native gcc, so specify the CROSS_COMPILE setting matching the prescribed toolchain.
Signed-off-by: Andreas Färber afaerber@suse.de
board/amlogic/p212/README.khadas-vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/amlogic/p212/README.khadas-vim b/board/amlogic/p212/README.khadas-vim index b1942364f8..a2c7606454 100644 --- a/board/amlogic/p212/README.khadas-vim +++ b/board/amlogic/p212/README.khadas-vim @@ -50,7 +50,7 @@ the git tree published by the board vendor:
git clone https://github.com/khadas/u-boot -b Vim vim-u-boot cd vim-u-boot make kvim_defconfig
make
make CROSS_COMPILE=aarch64-none-elf- export FIPDIR=$PWD/fipGo back to mainline U-Boot source tree then :
Thanks, Applied to u-boot-amlogic
Thanks.
Could you Cc u-boot-amlogic@groups.io aswell next time ?
My Git config has: cccmd = scripts/get_maintainer.pl --nogit-fallback So please make sure it's in board/amlogic/p212/MAINTAINER file to get picked up automatically. None of the other board/amlogic/*/ dirs appear to have it either, so either it's new or was forgotten to add.
Regards, Andreas

On 01/07/2019 11:00, Andreas Färber wrote:
Hi Neil,
Am 01.07.19 um 10:55 schrieb Neil Armstrong:
On 01/07/2019 10:25, Andreas Färber wrote:
Unlike the BayLibre repos Khadas' repo defaults to using native gcc, so specify the CROSS_COMPILE setting matching the prescribed toolchain.
Signed-off-by: Andreas Färber afaerber@suse.de
board/amlogic/p212/README.khadas-vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/amlogic/p212/README.khadas-vim b/board/amlogic/p212/README.khadas-vim index b1942364f8..a2c7606454 100644 --- a/board/amlogic/p212/README.khadas-vim +++ b/board/amlogic/p212/README.khadas-vim @@ -50,7 +50,7 @@ the git tree published by the board vendor:
git clone https://github.com/khadas/u-boot -b Vim vim-u-boot cd vim-u-boot make kvim_defconfig
make
make CROSS_COMPILE=aarch64-none-elf- export FIPDIR=$PWD/fipGo back to mainline U-Boot source tree then :
Thanks, Applied to u-boot-amlogic
Thanks.
Could you Cc u-boot-amlogic@groups.io aswell next time ?
My Git config has: cccmd = scripts/get_maintainer.pl --nogit-fallback So please make sure it's in board/amlogic/p212/MAINTAINER file to get picked up automatically. None of the other board/amlogic/*/ dirs appear to have it either, so either it's new or was forgotten to add.
This is why we aren't robots (at least from my side ^^), it's in the top level MAINTAINERS, and I need to resync the boards MAINTAINERS files as well.
Neil
Regards, Andreas
participants (2)
-
Andreas Färber
-
Neil Armstrong