summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-08-30 03:21:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-08-30 20:46:54 +0200
commit0db2f6367712cafd91460af7816f1180fa1b5446 (patch)
tree7dc904eb2c10cee7cfad2c58afc05e46c9b2acfd /include/asm-generic
parenteaa223e79533d31e9a84b50fca3592ce7ccf694e (diff)
downloadbarebox-0db2f6367712cafd91460af7816f1180fa1b5446.tar.gz
barebox-0db2f6367712cafd91460af7816f1180fa1b5446.tar.xz
initcall: add postconsole_initcall
this will allow us to print information as soon as the console will be enable Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/asm-generic')
-rw-r--r--include/asm-generic/barebox.lds.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-generic/barebox.lds.h b/include/asm-generic/barebox.lds.h
index 99ccc5e970..1d3f4f7ac8 100644
--- a/include/asm-generic/barebox.lds.h
+++ b/include/asm-generic/barebox.lds.h
@@ -15,7 +15,8 @@
KEEP(*(.initcall.4)) \
KEEP(*(.initcall.5)) \
KEEP(*(.initcall.6)) \
- KEEP(*(.initcall.7))
+ KEEP(*(.initcall.7)) \
+ KEEP(*(.initcall.8))
#define BAREBOX_CMDS KEEP(*(SORT_BY_NAME(.barebox_cmd*)))