From: Andreas Färber Date: Mon, 1 Jul 2019 08:25:08 +0000 (+0200) Subject: board: amlogic: vim: Fix README X-Git-Tag: v2019.10-rc1~40^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aca71d69273593a361710a6b0e933d91b261ea77;p=platform%2Fkernel%2Fu-boot.git 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 Signed-off-by: Neil Armstrong --- diff --git a/board/amlogic/p212/README.khadas-vim b/board/amlogic/p212/README.khadas-vim index b194236..a2c7606 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 :