diff --git a/device/milkv-duo-spinand/genimage.cfg b/device/milkv-duo-spinand/genimage.cfg deleted file mode 100644 index bd4cbe61b..000000000 --- a/device/milkv-duo-spinand/genimage.cfg +++ /dev/null @@ -1,43 +0,0 @@ -flash nand-128M-2048 { - pebsize = 131072 - numpebs = 1024 - minimum-io-unit-size = 2048 -} - -image milkv-duospinand.img { - flash { - } - flashtype = "nand-128M-2048" - - partition fip { - image = "fip.bin" - size = 2560k - } - - partition boot { - image = "rawimages/boot.spinand" - size = 6144k - } - - partition env { - size = 128k - } - - partition env_bak { - size = 128k - } - - partition rootfs { - image = "rootfs.spinand" - size = 40960k - } - - partition system { - image = "rawimages/system.spinand" - size = 71680k - - partition cfg { - image = "rawimages/cfg.spinand" - size = 4096k - } -} diff --git a/device/milkv-duo-spinor/genimage.cfg b/device/milkv-duo-spinor/genimage.cfg deleted file mode 100644 index 8a179190a..000000000 --- a/device/milkv-duo-spinor/genimage.cfg +++ /dev/null @@ -1,30 +0,0 @@ -flash nor-32M-256 { - pebsize = 4096 - numpebs = 8192 - minimum-io-unit-size = 256 -} - -image milkv-duospinor.img { - flash { - } - flashtype = "nor-32M-256" - - partition fip { - image = "fip.bin" - size = 640k - } - - partition boot { - image = "rawimages/boot.spinor" - size = 4096k - } - - partition env { - size = 64k - } - - partition rootfs { - image = "rawimages/rootfs.spinor" - size = 27968k - } -}