Re: [U-Boot] [PATCH 21/25] Blackfin: section off the CF/IDE io.h hacks

2009-12-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1261017850-22802-22-git-send-email-vap...@gentoo.org> you wrote: > These need to be rethought, but until that happens, isolate the hack so > that we can extend the common code without breaking things. > > Signed-off-by: Mike Frysinger ... > +#define inb(addr) cf_

[U-Boot] [PATCH 21/25] Blackfin: section off the CF/IDE io.h hacks

2009-12-16 Thread Mike Frysinger
These need to be rethought, but until that happens, isolate the hack so that we can extend the common code without breaking things. Signed-off-by: Mike Frysinger --- include/asm-blackfin/io.h | 27 +++ 1 files changed, 15 insertions(+), 12 deletions(-) diff --git a/inc