9
0
Fork 0
barebox/arch/sandbox/board
Jean-Christophe PLAGNIOL-VILLARD e62d425517 console: drop f_caps and check the function pointer getc/putc instead
None of the driver make the difference between STDOUT and STDERR.
So we just need to check if putc or getc are filled in the console_device

save 32 bytes on versatilepb

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-09-21 09:59:16 +02:00
..
env move boards to arch/<architecure>/boards 2010-07-23 08:35:25 +02:00
.gitignore move boards to arch/<architecure>/boards 2010-07-23 08:35:25 +02:00
Makefile sandbox: do not register device before barebox is started 2012-09-20 08:50:59 +02:00
barebox.lds.S add magicvar command 2011-11-29 20:51:31 +01:00
board.c switch all platform_bus device/driver registering to platform_driver/device_register 2012-10-04 15:19:12 +02:00
clock.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
console.c console: drop f_caps and check the function pointer getc/putc instead 2013-09-21 09:59:16 +02:00
devices.c Set model and hostname at boardlevel 2013-08-16 08:40:55 +02:00
hostfile.c driver: Attach info callback to device, not to driver 2013-05-30 12:18:27 +02:00