]> Zhao Yanbai Git Server - minix.git/commit
arm:refactor replace cmdline.txt by bootargs passed to the kernel. 96/1196/1
authorKees Jongenburger <kees.jongenburger@gmail.com>
Fri, 13 Dec 2013 10:18:02 +0000 (11:18 +0100)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Tue, 17 Dec 2013 10:32:37 +0000 (11:32 +0100)
commit8c02dd7b2a4755bf3d154e84a34b5bf06c5ecacc
treed030cc250c5aa1ee3781be6a2ddb72e404713c0d
parent91a2fe4aba27a2d85d9ba165580ba1f3f3252f70
arm:refactor replace cmdline.txt by bootargs passed to the kernel.

Put the boot arguments in uEnv.txt and not in cmdline.txt to allow
a more dynamic configuration of the system. We now also pass the
u-boot board_name parameter to the kernel.
kernel/arch/earm/pre_init.c
releasetools/arm_sdimage.sh
releasetools/gen_cmdline.txt.sh [deleted file]
releasetools/gen_uEnv.txt.sh