From 576c0b08f2f4413bfa8bb67806d53a490e7f8935 Mon Sep 17 00:00:00 2001 From: xiaomin <1025965732@qq.com> Date: Thu, 1 Feb 2024 10:48:38 +0800 Subject: [PATCH] del(duo nor/nand):del genimage config --- device/milkv-duo-spinand/genimage.cfg | 43 --------------------------- device/milkv-duo-spinor/genimage.cfg | 30 ------------------- 2 files changed, 73 deletions(-) delete mode 100644 device/milkv-duo-spinand/genimage.cfg delete mode 100644 device/milkv-duo-spinor/genimage.cfg 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 - } -}