1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 14:14:38 +02:00

qi-clean-remove-debug-line.patch

Cosmetic console output cleaning

Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
Andy Green 2008-11-28 10:16:40 +00:00 committed by Andy Green
parent aaa0586a8f
commit fbd0c13ecd
2 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,6 @@ unsigned int s3c6410_mmc_init (int verbose)
resp = issue_command(SD_SEND_IF_COND, 0x000001aa, resp = issue_command(SD_SEND_IF_COND, 0x000001aa,
0, MMC_CMD_BCR | MMC_RSP_R7); 0, MMC_CMD_BCR | MMC_RSP_R7);
if (resp && ((s3c_hsmmc_readl(HM_RSPREG0) & 0xff) == 0xaa)) { if (resp && ((s3c_hsmmc_readl(HM_RSPREG0) & 0xff) == 0xaa)) {
puts("SD 2.0\n");
card_type = CARDTYPE_SD20; /* 2.0 SD, may not be SDHC */ card_type = CARDTYPE_SD20; /* 2.0 SD, may not be SDHC */
hcs = 0x40000000; hcs = 0x40000000;
} }

View File

@ -93,6 +93,7 @@ void start_qi(void)
puts(this_board->name); puts(this_board->name);
puts(", "); puts(", ");
puts((this_board->get_board_variant)()->name); puts((this_board->get_board_variant)()->name);
puts("\n");
if (!is_jtag) { if (!is_jtag) {
/* /*