Re: [U-Boot] [PATCH v3] global_data: unify global flag defines

2012-08-09 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1332117084-25486-1-git-send-email-vap...@gentoo.org> you wrote: > All the global flag defines are the same across all arches. So unify them > in one place, and add a simple way for arches to extend for their needs. > > Signed-off-by: Mike Frysinger > --- > v3 >

Re: [U-Boot] [PATCH v3] global_data: unify global flag defines

2012-07-20 Thread Mike Frysinger
On Sunday 18 March 2012 20:31:24 Mike Frysinger wrote: > All the global flag defines are the same across all arches. So unify them > in one place, and add a simple way for arches to extend for their needs. this one seems to still apply with `git am -3` to mainline ... -mike signature.asc Descri

[U-Boot] [PATCH v3] global_data: unify global flag defines

2012-03-18 Thread Mike Frysinger
All the global flag defines are the same across all arches. So unify them in one place, and add a simple way for arches to extend for their needs. Signed-off-by: Mike Frysinger --- v3 - rebase onto mainline arch/arm/include/asm/global_data.h| 14 +- arch/avr32/inc