mips/bootinfo:correct some comments of fw_arg
authorxiaochuan mao <maoxiaochuan@loongson.cn>
Wed, 21 Apr 2021 06:19:17 +0000 (14:19 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 21 Apr 2021 11:46:47 +0000 (13:46 +0200)
commit6f3377bc383b29ee380657b9b4da47e20f8fa6f1
treea5028b9e84d94272aa53656736b97f514b6da71e
parentc1d337d45ec0a802299688e17d568c4e3a585895
mips/bootinfo:correct some comments of fw_arg

from arch/mips/kernel/head.S we know that use a0~a3 for fw_arg0~fw_arg3
there is some code from head.S:
LONG_S a0, fw_arg0 # firmware arguments
LONG_S a1, fw_arg1
LONG_S a2, fw_arg2
LONG_S a3, fw_arg3

Signed-off-by: xiaochuan mao <maoxiaochuan@loongson.cn>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/bootinfo.h