9
0
Fork 0
barebox/common
Marc Kleine-Budde fb56fffbcb [sandbox] add propper sandbox detection
This patch adds a __SANDBOX__ define to identify compiling for the
sandbox.
When building for sandbox, don't use sync() workaround.

Fixes this error for sandbox on PPC:

CC      common/memsize.o
common/memsize.c:30:38: error: asm/io.h: No such file or directory
common/memsize.c: In function 'get_ram_size':
common/memsize.c:51: warning: implicit declaration of function 'sync'

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2007-11-29 10:22:46 +01:00
..
Kconfig add switch to enable debug symbols 2007-11-27 21:32:33 +01:00
Makefile Revert "separating memory commands" 2007-11-27 23:19:55 +01:00
clock.c export symbols 2007-10-07 14:27:24 +02:00
command.c - Insert commands sorted into the command list. This is useful 2007-10-19 13:06:45 +02:00
console.c Move display_banner() to console.c. This helps us to show 2007-10-19 11:04:33 +02:00
date.c doc added and some reorganised 2007-10-19 14:56:45 +02:00
dlmalloc.c add missing include 2007-10-04 12:41:54 +02:00
dlmalloc.src * Code cleanup: 2003-06-27 21:31:46 +00:00
env.c separating environment commands, part 1 2007-11-12 16:28:23 +01:00
environment.c separating environment commands, part 2 2007-11-12 16:28:23 +01:00
flash.c svn_rev_118 2007-07-05 18:01:24 +02:00
ft_build.c svn_rev_538 2007-07-05 18:02:03 +02:00
hush.c adding various doku 2007-11-08 12:01:52 +01:00
kallsyms.c add kallsyms from linux kernel 2007-09-28 20:29:52 +02:00
memsize.c [sandbox] add propper sandbox detection 2007-11-29 10:22:46 +01:00
misc.c export symbols 2007-10-07 14:27:24 +02:00
module.c Collect modules in a linked list and implement lsmod. 2007-10-11 22:01:27 +02:00
module.lds.S add module linker script 2007-10-04 12:46:11 +02:00
parser.c make simple parser compile again 2007-10-01 09:54:10 +02:00
partition.c various doc added 2007-11-09 14:05:23 +01:00
s_record.c Initial revision 2002-08-17 09:36:01 +00:00
startup.c enabling envrionment's autoload at startup 2007-11-16 10:58:08 +01:00