Re: [U-Boot] [PATCH 22/25] Blackfin: pull io funcs from linux

2009-12-17 Thread Mike Frysinger
On Thursday 17 December 2009 16:43:11 Wolfgang Denk wrote: > Mike Frysinger wrote: > > Some common code uses more of the io.h funcs than we currently provide, > > so pull in all of the ones from the linux kernel. > > ... > > > +/* We are single threaded most of the time */ > > +#define CONFIG_BFI

Re: [U-Boot] [PATCH 22/25] Blackfin: pull io funcs from linux

2009-12-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1261017850-22802-23-git-send-email-vap...@gentoo.org> you wrote: > Some common code uses more of the io.h funcs than we currently provide, so > pull in all of the ones from the linux kernel. > > Signed-off-by: Mike Frysinger ... > +/* We are single threaded most

[U-Boot] [PATCH 22/25] Blackfin: pull io funcs from linux

2009-12-16 Thread Mike Frysinger
Some common code uses more of the io.h funcs than we currently provide, so pull in all of the ones from the linux kernel. Signed-off-by: Mike Frysinger --- include/asm-blackfin/config-pre.h |3 + include/asm-blackfin/io.h | 159 +++-- lib_blackfin/Mak