summaryrefslogtreecommitdiffstats
path: root/arch/x86/boards/x86_generic
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boards/x86_generic')
-rw-r--r--arch/x86/boards/x86_generic/generic_pc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/boards/x86_generic/generic_pc.c b/arch/x86/boards/x86_generic/generic_pc.c
index 9d3706923f..172c5318d8 100644
--- a/arch/x86/boards/x86_generic/generic_pc.c
+++ b/arch/x86/boards/x86_generic/generic_pc.c
@@ -75,6 +75,9 @@ static struct NS16550_plat serial_plat = {
static int pc_console_init(void)
{
+ barebox_set_model("X86 generic barebox");
+ barebox_set_hostname("x86");
+
/* Register the serial port */
add_ns16550_device(DEVICE_ID_DYNAMIC, 0x3f8, 8, 0, &serial_plat);