j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2007-05-03 10:28:56 +0200 (Thu, 03 May 2007) New Revision: 348
Modified: dev/mmc/sdhci/sdmmc.fth Log: SDMMC driver - Removed the "No SD card" message, which is too verbose in the usual case of booting the system with no card in the SD slot.
Modified: dev/mmc/sdhci/sdmmc.fth =================================================================== --- dev/mmc/sdhci/sdmmc.fth 2007-05-03 08:25:39 UTC (rev 347) +++ dev/mmc/sdhci/sdmmc.fth 2007-05-03 08:28:56 UTC (rev 348) @@ -33,10 +33,7 @@ : dma-free ( vadr size -- ) " dma-free" $call-parent ;
: open ( -- ) - " attach-card" $call-parent 0= if - ." No SD card" cr - false exit - then + " attach-card" $call-parent 0= if false exit then
" " " deblocker" $open-package ?dup if to deblocker