board: amlogic: vim: Fix README
authorAndreas Färber <afaerber@suse.de>
Mon, 1 Jul 2019 08:25:08 +0000 (10:25 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Thu, 4 Jul 2019 14:04:59 +0000 (16:04 +0200)
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>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
board/amlogic/p212/README.khadas-vim

index b1942364f8fb4ffd07e5e433f41f7e9827ad253e..a2c7606454f8beed93cd52bedebe0584704752a8 100644 (file)
@@ -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 :