]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: Loongson{2ef, 32, 64} convert to generic fw cmdline
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Thu, 7 Nov 2019 04:01:15 +0000 (12:01 +0800)
committerPaul Burton <paulburton@kernel.org>
Mon, 11 Nov 2019 18:44:56 +0000 (10:44 -0800)
commit75cac781dca43e735fbb4166d994263a14f0823e
treeef25a2c60eefce7b1172db0a3d32f43e545a6137
parent28e6b875fdbb17ef57cc4343d8825e0d5770f427
MIPS: Loongson{2ef, 32, 64} convert to generic fw cmdline

All of Loongson firmwares are passing boot cmdline/env
in the manner of YAMON/PMON. Thus we can remove duplicated
cmdline initialize code and convert to generic fw method.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: chenhe@lemote.com
12 files changed:
arch/mips/include/asm/mach-loongson2ef/loongson.h
arch/mips/include/asm/mach-loongson32/prom.h [deleted file]
arch/mips/include/asm/mach-loongson64/loongson.h
arch/mips/loongson2ef/common/Makefile
arch/mips/loongson2ef/common/cmdline.c [deleted file]
arch/mips/loongson2ef/common/env.c
arch/mips/loongson2ef/common/init.c
arch/mips/loongson32/common/prom.c
arch/mips/loongson32/common/setup.c
arch/mips/loongson64/Makefile
arch/mips/loongson64/cmdline.c [deleted file]
arch/mips/loongson64/init.c