* Enable ATH_EEPROM_FIRMWARE, now that it's a compile time option

* Tidy up things a bit.
This commit is contained in:
Adrian Chadd 2012-04-13 18:01:53 +00:00
parent 79f57b35ce
commit d591b27dbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234232
2 changed files with 6 additions and 4 deletions

View file

@ -30,5 +30,6 @@ options AR71XX_ENV_UBOOT
# options MD_ROOT
# options MD_ROOT_SIZE="6144"
options AR71XX_ATH_EEPROM
device firmware
options AR71XX_ATH_EEPROM # Fetch EEPROM/PCI config from flash
options ATH_EEPROM_FIRMWARE # Use EEPROM from flash
device firmware # Used by the above

View file

@ -30,5 +30,6 @@ options AR71XX_ENV_UBOOT
# options MD_ROOT
# options MD_ROOT_SIZE="6144"
options AR71XX_ATH_EEPROM
device firmware
options AR71XX_ATH_EEPROM # Fetch EEPROM/PCI config from flash
options ATH_EEPROM_FIRMWARE # Use EEPROM from flash
device firmware # Used by the above