Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319585
b: refs/heads/master
c: c1d7f41
h: refs/heads/master
i:
  319583: 0d99552
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Jul 23, 2012
1 parent 51eb1b8 commit ebd6fce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4bd5a5740e9cb20b63763b8b5dd04a51fba09029
refs/heads/master: c1d7f41cfefc0977433b5ed65c6fb71df8ee046b
4 changes: 2 additions & 2 deletions trunk/arch/mips/pnx833x/stb22x/board.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void __init pnx833x_board_setup(void)
pnx833x_gpio_select_function_alt(32);
pnx833x_gpio_select_function_alt(33);

#if defined(CONFIG_MTD_NAND_PLATFORM) || defined(CONFIG_MTD_NAND_PLATFORM_MODULE)
#if IS_ENABLED(CONFIG_MTD_NAND_PLATFORM)
/* Setup MIU for NAND access on CS0...
*
* (it seems that we must also configure CS1 for reliable operation,
Expand All @@ -117,7 +117,7 @@ void __init pnx833x_board_setup(void)
pnx833x_gpio_select_output(5);
pnx833x_gpio_write(1, 5);

#elif defined(CONFIG_MTD_CFI) || defined(CONFIG_MTD_CFI_MODULE)
#elif IS_ENABLED(CONFIG_MTD_CFI)

/* Set up MIU for 16-bit NOR access on CS0 and CS1... */

Expand Down

0 comments on commit ebd6fce

Please sign in to comment.