diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-12 15:16:51 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-12 15:16:51 +0000 |
commit | f15be25193e603b64c1c58f0da056b79bde9d123 (patch) | |
tree | 04893b68ec21be590685978031d57ce26c1ce89d /target/device/Atmel/atngw100 | |
parent | d89d54541ee61ff18c566a8c8e1fa7db04082637 (diff) | |
download | buildroot-novena-f15be25193e603b64c1c58f0da056b79bde9d123.tar.gz buildroot-novena-f15be25193e603b64c1c58f0da056b79bde9d123.zip |
Add JFFS partition info for NGW100
Diffstat (limited to 'target/device/Atmel/atngw100')
-rw-r--r-- | target/device/Atmel/atngw100/jffs2_partitions.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/device/Atmel/atngw100/jffs2_partitions.txt b/target/device/Atmel/atngw100/jffs2_partitions.txt new file mode 100644 index 000000000..4f7e42c38 --- /dev/null +++ b/target/device/Atmel/atngw100/jffs2_partitions.txt @@ -0,0 +1,8 @@ +# Partition setup for ATNGW100. +# +# root is a 8 MB NOR flash. +# usr is a 8 MB serial DataFlash. +# +# <mount point> <mount name> <page size> <erase size> <cleanmarkers> <device file> <pad size> +/ root 0x1000 0x10000 1 1 0x0 +/usr usr 0x420 0x2100 0 0 0x0 |