Fix typo in comment.
spibus uses cs= rather than addr=, so fix hints to use that (nop since spibus cs defaults to 0, and at91_spi assumes 0).
This commit is contained in:
parent
d68081b0b1
commit
1665e3cdfe
@ -103,7 +103,7 @@ device bpf # Berkeley packet filter
|
||||
|
||||
# Ethernet
|
||||
device mii # Minimal MII support
|
||||
device ate # Atmel AT91 Ethernet friver
|
||||
device ate # Atmel AT91 Ethernet driver
|
||||
|
||||
# I2C
|
||||
device at91_twi # Atmel AT91 Two-wire Interface
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# Atmel AT45DB21D
|
||||
hint.at45d.0.at="spibus0"
|
||||
hint.at45d.0.addr=0x00
|
||||
hint.at45d.0.cs=0
|
||||
# user 132 kbytes
|
||||
hint.map.0.at="flash/spi0"
|
||||
hint.map.0.start=0x00000000
|
||||
|
Loading…
x
Reference in New Issue
Block a user