- Now that the DataFlash related drivers work properly (at91_spi(4) since
r236495 and at45d(4) since r236496), enable them by default. - Sort BOOTP options.
This commit is contained in:
parent
7f2107d400
commit
57974eb576
@ -66,11 +66,11 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
|
||||
#options INCLUDE_CONFIG_FILE # Include this file in kernel
|
||||
|
||||
# required for netbooting
|
||||
options BOOTP_NFSROOT
|
||||
options BOOTP
|
||||
options BOOTP_COMPAT
|
||||
options BOOTP_NFSROOT
|
||||
options BOOTP_NFSV3
|
||||
options BOOTP_WIRED_TO=ate0
|
||||
options BOOTP_COMPAT
|
||||
|
||||
# alternatively, boot from a MMC/SD memory card
|
||||
#options ROOTDEVNAME=\"ufs:/dev/mmcsd0a\"
|
||||
@ -117,11 +117,11 @@ options AT91_MCI_HAS_4WIRE
|
||||
device mmc # MMC/SD bus
|
||||
device mmcsd # MMC/SD memory card
|
||||
|
||||
# DataFlash - totally b0rken drivers
|
||||
#device at91_spi # Atmel AT91 Serial Peripheral Interface
|
||||
#device spibus # SPI bus
|
||||
#device at45d # Atmel AT45D
|
||||
#device geom_map # GEOM partition mapping
|
||||
# DataFlash
|
||||
device at91_spi # Atmel AT91 Serial Peripheral Interface
|
||||
device spibus # SPI bus
|
||||
device at45d # Atmel AT45D
|
||||
device geom_map # GEOM partition mapping
|
||||
|
||||
# Pseudo devices.
|
||||
device loop # Network loopback
|
||||
|
Loading…
x
Reference in New Issue
Block a user