Skip to content

Commit 964e6d9

Browse files
author
Jonathan Corbet
committed
mips: update a reference to a moved Arm Document
Arm documentation has moved to Documentation/arch/arm; update a reference in arch/mips/bmips/setup.c to match. Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Cc: linux-mips@vger.kernel.org Acked-by: Florian Fainelli <florian.fainelli@broadcom.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 263638d commit 964e6d9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

arch/mips/bmips/setup.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,10 @@ void __init plat_mem_setup(void)
178178
ioport_resource.start = 0;
179179
ioport_resource.end = ~0;
180180

181-
/* intended to somewhat resemble ARM; see Documentation/arm/booting.rst */
181+
/*
182+
* intended to somewhat resemble ARM; see
183+
* Documentation/arch/arm/booting.rst
184+
*/
182185
if (fw_arg0 == 0 && fw_arg1 == 0xffffffff)
183186
dtb = phys_to_virt(fw_arg2);
184187
else

0 commit comments

Comments
 (0)