summaryrefslogtreecommitdiffstats
path: root/Documentation/openrisc
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-01-31 09:28:33 +0100
committerStafford Horne <shorne@gmail.com>2020-01-31 22:10:58 +0900
commita6c5729b0ae1164326c8899a67a40cbe4325e82e (patch)
treec0262260fc3f9e54c027ca8fd2bac30de7e74f77 /Documentation/openrisc
parentd5226fa6dbae0569ee43ecfc08bdcd6770fc4755 (diff)
downloadlinux-a6c5729b0ae1164326c8899a67a40cbe4325e82e.tar.bz2
openrisc: configs: Cleanup CONFIG_CROSS_COMPILE
CONFIG_CROSS_COMPILE is gone since commit f1089c92da79 ("kbuild: remove CONFIG_CROSS_COMPILE support"). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'Documentation/openrisc')
-rw-r--r--Documentation/openrisc/openrisc_port.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/openrisc/openrisc_port.rst b/Documentation/openrisc/openrisc_port.rst
index a18747a8d191..4b2c437942a0 100644
--- a/Documentation/openrisc/openrisc_port.rst
+++ b/Documentation/openrisc/openrisc_port.rst
@@ -37,8 +37,8 @@ or Stafford's toolchain build and release scripts.
Build the Linux kernel as usual::
- make ARCH=openrisc defconfig
- make ARCH=openrisc
+ make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig
+ make ARCH=openrisc CROSS_COMPILE="or1k-linux-"
3) Running on FPGA (optional)