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/p201 | |
parent | 7b4116d449315c65599802f7472ddf58c86814e5 (diff) | |
download | u-boot-3fadc9ea2f612331c8177f2eef6849591d55400d.zip u-boot-3fadc9ea2f612331c8177f2eef6849591d55400d.tar.gz u-boot-3fadc9ea2f612331c8177f2eef6849591d55400d.tar.bz2 |
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/p201')
-rw-r--r-- | board/amlogic/p201/README.p201 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/amlogic/p201/README.p201 b/board/amlogic/p201/README.p201 index c251096..4bb5e95 100644 --- a/board/amlogic/p201/README.p201 +++ b/board/amlogic/p201/README.p201 @@ -31,7 +31,6 @@ Currently the u-boot port supports the following devices: u-boot compilation ================== - > export ARCH=arm > export CROSS_COMPILE=aarch64-none-elf- > make p201_defconfig > make |