summaryrefslogtreecommitdiff
path: root/target/x86_64/asus-p5bvm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-30 21:36:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-30 21:37:09 +0200
commit7c3f19d734704fbf243457db01a8653301abc3e3 (patch)
tree644d8bf34ac0f939497111c08ef4713d9c04eb08 /target/x86_64/asus-p5bvm
parentc206dd65b253ea545e829df125ab35b235da6c25 (diff)
x86/x86_64: remove non functional samples
Diffstat (limited to 'target/x86_64/asus-p5bvm')
-rw-r--r--target/x86_64/asus-p5bvm/genimage-dual.cfg34
-rw-r--r--target/x86_64/asus-p5bvm/genimage.cfg29
2 files changed, 0 insertions, 63 deletions
diff --git a/target/x86_64/asus-p5bvm/genimage-dual.cfg b/target/x86_64/asus-p5bvm/genimage-dual.cfg
deleted file mode 100644
index 82d6dc2c2..000000000
--- a/target/x86_64/asus-p5bvm/genimage-dual.cfg
+++ /dev/null
@@ -1,34 +0,0 @@
-image disk.img {
-
- hdimage {
- }
-
- partition boot {
- in-partition-table = "no"
- image = "boot.img"
- offset = 0
- size = 512
- }
-
- partition grub {
- in-partition-table = "no"
- image = "grub.img"
- offset = 512
- }
-
- partition root1 {
- partition-type = 0x83
- image = "rootfs.ext"
- }
-
- partition root2 {
- partition-type = 0x83
- image = "rootfs.ext"
- }
-
- partition cfgfs {
- partition-type = 0x88
- image = "cfgfs.img"
- }
-
-}
diff --git a/target/x86_64/asus-p5bvm/genimage.cfg b/target/x86_64/asus-p5bvm/genimage.cfg
deleted file mode 100644
index 0b8992731..000000000
--- a/target/x86_64/asus-p5bvm/genimage.cfg
+++ /dev/null
@@ -1,29 +0,0 @@
-image disk.img {
-
- hdimage {
- }
-
- partition boot {
- in-partition-table = "no"
- image = "boot.img"
- offset = 0
- size = 512
- }
-
- partition grub {
- in-partition-table = "no"
- image = "grub.img"
- offset = 512
- }
-
- partition root {
- partition-type = 0x83
- image = "rootfs.ext"
- }
-
- partition cfgfs {
- partition-type = 0x88
- image = "cfgfs.img"
- }
-
-}