From 28f10b0fd0f638662f88a221d81e7e8e8c40e5c0 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Mon, 11 Jun 2018 18:27:19 +1000 Subject: Fixup some comments Signed-off-by: Benjamin Herrenschmidt --- cf-code/cf-fsi-fw.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S index 5cda8c7..aa6a388 100644 --- a/cf-code/cf-fsi-fw.S +++ b/cf-code/cf-fsi-fw.S @@ -23,7 +23,7 @@ * A3: TRACEBUF * A4 : Data GPIO address * A5 : Clock GPIO address - * A6 : CMD/RESP pointer + * A6 : CMD pointer * A7 : Stack pointer * D7 : clock/data/trans GPIO cache * D6 : data/trans GPIO cache @@ -124,7 +124,7 @@ move.l %DCLK,%a5@(0) move.l %a4@(0),\tmp /* dummy read */ move.l %a4@(0),\tmp /* actual read */ - bset.l %d5,%DCLK /* clock high */ + bset.l %d5,%DCLK /* clock high */ move.l %DCLK,%a5@(0) moveq.l #DATA_GPIO_BIT,\tmp2 lsr.l \tmp2,\tmp -- cgit v1.2.1