Merge branch 'master' of git://git.denx.de/u-boot-nios

* 'master' of git://git.denx.de/u-boot-nios:
  nios2: Offer ft_board_setup() capability and call fdt_fixup_ethernet().
  board/nios2-generic: Use altera_pio driver and remove board specific driver
  gpio: Add driver for Altera's PIO core
  nios2: Pseudo implement dcache_status/enable/disable()
This commit is contained in:
Wolfgang Denk
2011-11-21 22:00:37 +01:00
11 changed files with 394 additions and 74 deletions

View File

@@ -63,6 +63,10 @@
/*
* STATUS LED
*/
#define CONFIG_ALTERA_PIO
#define CONFIG_SYS_ALTERA_PIO_NUM 1
#define CONFIG_SYS_ALTERA_PIO_GPIO_NUM LED_PIO_WIDTH
#define CONFIG_STATUS_LED /* Enable status driver */
#define CONFIG_GPIO_LED /* Enable GPIO LED driver */
#define CONFIG_GPIO /* Enable GPIO driver */