mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 10:22:48 +02:00
qi-fix-prepend-debug-space.patch
Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
parent
6ace49aa53
commit
b4ed735c58
@ -268,7 +268,7 @@ const struct board_api board_api_gta01 = {
|
||||
"console=ttySAC0,115200 " \
|
||||
"init=/sbin/init "\
|
||||
"ro ",
|
||||
.commandline_board_debug = "loglevel=8 ",
|
||||
.commandline_board_debug = " loglevel=8 ",
|
||||
.noboot = "boot/noboot-GTA01",
|
||||
.append = "boot/append-GTA01",
|
||||
/* these are the ways we could boot GTA01 in order to try */
|
||||
|
@ -651,7 +651,7 @@ const struct board_api board_api_gta02 = {
|
||||
"console=ttySAC2,115200 " \
|
||||
"init=/sbin/init " \
|
||||
"ro ",
|
||||
.commandline_board_debug = "loglevel=8",
|
||||
.commandline_board_debug = " loglevel=8",
|
||||
.noboot = "boot/noboot-GTA02",
|
||||
.append = "boot/append-GTA02",
|
||||
/* these are the ways we could boot GTA02 in the order to try */
|
||||
|
@ -91,6 +91,7 @@ const struct board_api board_api_gta03 = {
|
||||
"loglevel=8 " \
|
||||
"rootdelay=1 " \
|
||||
"ro ",
|
||||
.commandline_board_debug = " loglevel=8",
|
||||
.kernel_source = {
|
||||
[0] = {
|
||||
.name = "SD Card rootfs",
|
||||
|
@ -48,6 +48,7 @@ const struct board_api board_api_smdk6410 = {
|
||||
.commandline_board = "console=ttySAC0,115200 " \
|
||||
"loglevel=3 " \
|
||||
"init=/bin/sh ",
|
||||
.commandline_board_debug = " loglevel=8",
|
||||
.noboot = "boot/noboot-SDMK6410",
|
||||
.append = "boot/append-SMDK6410",
|
||||
.kernel_source = {
|
||||
|
Loading…
Reference in New Issue
Block a user