9
0
Fork 0
barebox/arch/arm/boards/raspberry-pi
Sascha Hauer 947fb5adf8 string: Fix (v)asprintf prototypes
Our asprintf and vasprintf have different prototypes than the glibc
functions. This causes trouble when we want to share barebox code
with userspace code. Change the prototypes for (v)asprintf to match
the glibc prototypes. Since the current (v)asprintf are convenient
to use change the existing functions to b(v)asprintf.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-04-15 12:21:45 +02:00
..
env/init raspberry-pi: add board model detection 2015-02-04 15:49:58 +01:00
Makefile arm: bcm283x: add rpi2 support 2016-01-07 12:35:25 +01:00
lowlevel.c sizes.h: move include/sizes.h to include/linux/sizes.h 2015-01-08 14:00:26 +01:00
rpi-common.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
rpi.c arm: bcm283x: add rpi2 support 2016-01-07 12:35:25 +01:00
rpi.h arm: bcm283x: add rpi2 support 2016-01-07 12:35:25 +01:00
rpi2.c arm: bcm283x: add rpi2 support 2016-01-07 12:35:25 +01:00