diff options
author | Andreas Färber | 2019-07-01 10:25:08 +0200 |
---|---|---|
committer | Neil Armstrong | 2019-07-04 16:04:59 +0200 |
commit | aca71d69273593a361710a6b0e933d91b261ea77 (patch) | |
tree | 74b9f65978d3cfd1b8697b7093fb7bae4715d7e6 /board/amlogic | |
parent | ca4491f2d2af93d8b77c48c5d272d88094fc06eb (diff) |
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>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'board/amlogic')
-rw-r--r-- | board/amlogic/p212/README.khadas-vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amlogic/p212/README.khadas-vim b/board/amlogic/p212/README.khadas-vim index b1942364f8f..a2c7606454f 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 : |