mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-01 12:28:06 +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:
parent
aaa0586a8f
commit
fbd0c13ecd
@ -504,7 +504,6 @@ unsigned int s3c6410_mmc_init (int verbose)
|
||||
resp = issue_command(SD_SEND_IF_COND, 0x000001aa,
|
||||
0, MMC_CMD_BCR | MMC_RSP_R7);
|
||||
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 */
|
||||
hcs = 0x40000000;
|
||||
}
|
||||
|
@ -93,6 +93,7 @@ void start_qi(void)
|
||||
puts(this_board->name);
|
||||
puts(", ");
|
||||
puts((this_board->get_board_variant)()->name);
|
||||
puts("\n");
|
||||
|
||||
if (!is_jtag) {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user