diff options
author | Tom Rini <trini@konsulko.com> | 2020-05-26 14:36:48 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-02 17:27:04 -0400 |
commit | 3fadc9ea2f612331c8177f2eef6849591d55400d (patch) | |
tree | 32dbc267651c55564ef634dddcb75ab112851584 /board/amlogic/p212/README.khadas-vim | |
parent | 7b4116d449315c65599802f7472ddf58c86814e5 (diff) | |
download | u-boot-3fadc9ea2f612331c8177f2eef6849591d55400d.tar.gz |
amlogic: Remove ARCH= references from documentation
When building U-Boot we select the architecture via Kconfig and not ARCH
being passed in via the environment or make cmdline.
Cc: Beniamino Galvani <b.galvani@gmail.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Cc: u-boot-amlogic@groups.io
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/amlogic/p212/README.khadas-vim')
-rw-r--r-- | board/amlogic/p212/README.khadas-vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/amlogic/p212/README.khadas-vim b/board/amlogic/p212/README.khadas-vim index a2c7606454..ccf933861b 100644 --- a/board/amlogic/p212/README.khadas-vim +++ b/board/amlogic/p212/README.khadas-vim @@ -30,7 +30,6 @@ Currently the u-boot port supports the following devices: U-Boot compilation ================== - > export ARCH=arm > export CROSS_COMPILE=aarch64-none-elf- > make khadas-vim_defconfig > make |