mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
powerpc: 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: Po Liu <po.liu@nxp.com> Cc: Qiang Zhao <qiang.zhao@nxp.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
2b41e19cc5
commit
0d172d2a0f
@ -56,7 +56,6 @@ Note: 1 stands for 'off', 0 stands for 'on'
|
|||||||
Build and program U-Boot to NOR flash
|
Build and program U-Boot to NOR flash
|
||||||
==================================
|
==================================
|
||||||
1. Build u-boot.bin image example:
|
1. Build u-boot.bin image example:
|
||||||
export ARCH=powerpc
|
|
||||||
export CROSS_COMPILE=/your_path/powerpc-linux-gnu-
|
export CROSS_COMPILE=/your_path/powerpc-linux-gnu-
|
||||||
make C293PCIE
|
make C293PCIE
|
||||||
|
|
||||||
|
@ -98,7 +98,6 @@ instead of to CAN/UART1.
|
|||||||
Build and burn U-Boot to NOR flash
|
Build and burn U-Boot to NOR flash
|
||||||
==================================
|
==================================
|
||||||
1. Build u-boot.bin image
|
1. Build u-boot.bin image
|
||||||
export ARCH=powerpc
|
|
||||||
export CROSS_COMPILE=/your_path/powerpc-linux-gnu-
|
export CROSS_COMPILE=/your_path/powerpc-linux-gnu-
|
||||||
make P1010RDB_NOR
|
make P1010RDB_NOR
|
||||||
|
|
||||||
|
@ -128,7 +128,6 @@ To enable IFC in case of SD boot
|
|||||||
Build images for different boot mode
|
Build images for different boot mode
|
||||||
====================================
|
====================================
|
||||||
First setup cross compile environment on build host
|
First setup cross compile environment on build host
|
||||||
$ export ARCH=powerpc
|
|
||||||
$ export CROSS_COMPILE=<your-compiler-path>/powerpc-linux-gnu-
|
$ export CROSS_COMPILE=<your-compiler-path>/powerpc-linux-gnu-
|
||||||
|
|
||||||
1. For NOR boot
|
1. For NOR boot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user