summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-09-20 07:36:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-20 08:50:59 +0200
commitfc5caa43a8c2f0166bee57bda7de127fe37b31f8 (patch)
tree37b87d976660aa8acb7cc1c3b01a065c32064699 /arch/sandbox/board/Makefile
parent48842b9b2510baa744561c36d3fcb0034a9f389e (diff)
downloadbarebox-fc5caa43a8c2f0166bee57bda7de127fe37b31f8.tar.gz
barebox-fc5caa43a8c2f0166bee57bda7de127fe37b31f8.tar.xz
sandbox: do not register device before barebox is started
This will crash when use registered bus with device registered to it. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/sandbox/board/Makefile')
-rw-r--r--arch/sandbox/board/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/board/Makefile b/arch/sandbox/board/Makefile
index 266c3a3cec..5104f5cb26 100644
--- a/arch/sandbox/board/Makefile
+++ b/arch/sandbox/board/Makefile
@@ -2,5 +2,6 @@ obj-y += board.o
obj-y += clock.o
obj-y += hostfile.o
obj-y += console.o
+obj-y += devices.o
extra-y += barebox.lds