diff options
author | marius <marius@FreeBSD.org> | 2012-05-28 17:58:10 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2012-05-28 17:58:10 +0000 |
commit | a5dc20080124f6200697b06bf11a3acbde236d1e (patch) | |
tree | c8a295003ccc4d9cc28b63fe8d66a4cc2d110999 | |
parent | 7bddaf5c8e2821d3ed9cb4f7ff1b00285740abf9 (diff) | |
download | FreeBSD-src-a5dc20080124f6200697b06bf11a3acbde236d1e.zip FreeBSD-src-a5dc20080124f6200697b06bf11a3acbde236d1e.tar.gz |
- Correct the comments regarding the sizes of some partitions in the
DataFlash.
- Add a mapping for the Nut/OS configuration DataFlash partition according
to the board manual (but not known to either Linux or U-Boot (patches).
-rw-r--r-- | sys/arm/conf/ETHERNUT5.hints | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/arm/conf/ETHERNUT5.hints b/sys/arm/conf/ETHERNUT5.hints index 8ab53e9..6ab41a1 100644 --- a/sys/arm/conf/ETHERNUT5.hints +++ b/sys/arm/conf/ETHERNUT5.hints @@ -27,18 +27,24 @@ hint.map.3.start=0x000c6000 hint.map.3.end=0x00359fff hint.map.3.name="kernel" #hint.map.3.readonly=1 -# nutos 3432 kbytes +# nutos 528 kbytes hint.map.4.at="flash/spi0" hint.map.4.start=0x0035a000 hint.map.4.end=0x003ddfff hint.map.4.name="nutos" hint.map.4.readonly=1 -# env 3960 kbytes +# env 132 kbytes hint.map.5.at="flash/spi0" hint.map.5.start=0x003de000 hint.map.5.end=0x003fefff hint.map.5.name="env" hint.map.5.readonly=1 +# env 132 kbytes +hint.map.6.at="flash/spi0" +hint.map.6.start=0x003ff000 +hint.map.6.end=0x0041ffff +hint.map.6.name="nutoscfg" +hint.map.6.readonly=1 # NXP PCF8563 clock/calendar hint.pcf8563_rtc.0.at="iicbus0" |