diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-04-10 16:22:41 +0200 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-04-23 11:19:59 +0200 |
commit | c6e4e8f99c1430e803dc2ef306935a93b46dad7c (patch) | |
tree | af729ebb79d85bedd8ec62e29236e3ada395fa5a /board | |
parent | d714a5be8d570290095592d6663d3af8c3abab65 (diff) | |
download | u-boot-c6e4e8f99c1430e803dc2ef306935a93b46dad7c.tar.gz u-boot-c6e4e8f99c1430e803dc2ef306935a93b46dad7c.tar.bz2 u-boot-c6e4e8f99c1430e803dc2ef306935a93b46dad7c.zip |
board: amlogic-q200: fix Khadas VIM2 README
The vendor U-boot branch and defconfig was wrong for the
Khadas VIM2, fix this.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/amlogic/q200/README.khadas-vim2 | 4 |
1 files 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 |