summaryrefslogtreecommitdiff
path: root/common/ft_build.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ft_build.c')
-rw-r--r--common/ft_build.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/ft_build.c b/common/ft_build.c
index 2cecbcf966..7a9a40a305 100644
--- a/common/ft_build.c
+++ b/common/ft_build.c
@@ -645,6 +645,9 @@ void ft_setup(void *blob, int size, bd_t * bd)
ft_prop_str(&cxt, "name", "chosen");
ft_prop_str(&cxt, "bootargs", getenv("bootargs"));
ft_prop_int(&cxt, "linux,platform", 0x600); /* what is this? */
+#ifdef OF_STDOUT_PATH
+ ft_prop_str(&cxt, "linux,stdout-path", OF_STDOUT_PATH);
+#endif
ft_end_node(&cxt);