From: Claudio Scordino <[email protected]>

This patch renames jetson-tk1-demo.c as jetson-demo.c since the demo can
work on both Jetson TK1 and TX1.

Signed-off-by: Claudio Scordino <[email protected]>
[ralf: amend commit message]
Signed-off-by: Ralf Ramsauer <[email protected]>
---
 configs/{jetson-tk1-demo.c => jetson-demo.c} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename configs/{jetson-tk1-demo.c => jetson-demo.c} (92%)

diff --git a/configs/jetson-tk1-demo.c b/configs/jetson-demo.c
similarity index 92%
rename from configs/jetson-tk1-demo.c
rename to configs/jetson-demo.c
index d39398f51606..c0298c5f3444 100644
--- a/configs/jetson-tk1-demo.c
+++ b/configs/jetson-demo.c
@@ -1,7 +1,7 @@
 /*
  * Jailhouse, a Linux-based partitioning hypervisor
  *
- * Configuration for gic-demo or uart-demo inmate on Jetson TK1:
+ * Configuration for gic-demo or uart-demo inmate on Jetson TK1 and TX1:
  * 1 CPU, 64K RAM, serial port 0
  *
  * Copyright (c) Siemens AG, 2015
@@ -26,7 +26,7 @@ struct {
        .cell = {
                .signature = JAILHOUSE_CELL_DESC_SIGNATURE,
                .revision = JAILHOUSE_CONFIG_REVISION,
-               .name = "jetson-tk1-demo",
+               .name = "jetson-demo",
                .flags = JAILHOUSE_CELL_PASSIVE_COMMREG,
 
                .cpu_set_size = sizeof(config.cpus),
-- 
2.11.0.rc2

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to