summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2022-06-29 09:00:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-06-29 09:00:56 +0200
commit4708257d5e1345088aa2b3f2f76bb8bb37f7368d (patch)
tree3ff8a917ff03fb8bf01485600cc116818f3f974c /include
parent968a6e5b505ea9d05485d3ac648cade6d9d7b7f3 (diff)
parenteb2b2ae07f074fdad79840f78d3dcd88105a5fb1 (diff)
downloadbarebox-4708257d5e1345088aa2b3f2f76bb8bb37f7368d.tar.gz
barebox-4708257d5e1345088aa2b3f2f76bb8bb37f7368d.tar.xz
Merge branch 'for-next/earlycon'
Diffstat (limited to 'include')
-rw-r--r--include/console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h
index 5d5783ca66..7fea8eeb9e 100644
--- a/include/console.h
+++ b/include/console.h
@@ -53,6 +53,8 @@ struct console_device {
unsigned int baudrate_param;
const char *linux_console_name;
+ const char *linux_earlycon_name;
+ void __iomem *phys_base;
struct cdev devfs;
struct cdev_operations fops;