9
0
Fork 0
barebox/arch/sandbox
Sascha Hauer 227a20fe31 consistently use the same bitops.h file
We have many variants of the same bitops.h file. Consistently
use the same file for all architectures which completely use
the generic bitops versions.

Some architectures had static inline versions of functions
identically to the generic versions, these are removed and
the generic versions are used directly now.

Also several architectures depend on the generic find_*_bit
functions but didn't have the GENERIC_FIND_NEXT_BIT Kconfig
option selected. This is added where needed.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-07-17 07:43:58 +02:00
..
board sandbox: update to new environment 2014-02-03 08:58:54 +01:00
configs commands: NET_DHCP -> CMD_DHCP 2014-05-14 10:03:49 +02:00
include/asm consistently use the same bitops.h file 2014-07-17 07:43:58 +02:00
mach-sandbox/include/mach console: drop f_caps and check the function pointer getc/putc instead 2013-09-21 09:59:16 +02:00
os Documentation: remove doxygen documentation 2014-06-26 10:09:52 +02:00
Kconfig Set model and hostname at boardlevel 2013-08-16 08:40:55 +02:00
Makefile sandbox: only test for sdl libs when sdl is enabled 2012-10-17 22:17:48 +02:00