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 | |
parent | 7b4116d449315c65599802f7472ddf58c86814e5 (diff) | |
download | u-boot-3fadc9ea2f612331c8177f2eef6849591d55400d.tar.gz u-boot-3fadc9ea2f612331c8177f2eef6849591d55400d.tar.xz u-boot-3fadc9ea2f612331c8177f2eef6849591d55400d.zip |
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')
-rw-r--r-- | board/amlogic/p212/README.khadas-vim | 1 | ||||
-rw-r--r-- | board/amlogic/p212/README.libretech-ac | 1 | ||||
-rw-r--r-- | board/amlogic/p212/README.libretech-cc | 1 | ||||
-rw-r--r-- | board/amlogic/p212/README.p212 | 1 |
4 files changed, 0 insertions, 4 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 diff --git a/board/amlogic/p212/README.libretech-ac b/board/amlogic/p212/README.libretech-ac index 538604261b..3f713ec326 100644 --- a/board/amlogic/p212/README.libretech-ac +++ b/board/amlogic/p212/README.libretech-ac @@ -25,7 +25,6 @@ Currently the U-Boot port supports the following devices: U-Boot compilation ================== - > export ARCH=arm > export CROSS_COMPILE=aarch64-none-elf- > make libretech-ac_defconfig > make diff --git a/board/amlogic/p212/README.libretech-cc b/board/amlogic/p212/README.libretech-cc index 6af7de3cfa..74434d4435 100644 --- a/board/amlogic/p212/README.libretech-cc +++ b/board/amlogic/p212/README.libretech-cc @@ -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 libretech-cc_defconfig > make diff --git a/board/amlogic/p212/README.p212 b/board/amlogic/p212/README.p212 index ef5370c763..3776f24493 100644 --- a/board/amlogic/p212/README.p212 +++ b/board/amlogic/p212/README.p212 @@ -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 p212_defconfig > make |