Skip to content

Commit

Permalink
MIPS: Kconfig: Rename SNIPROM too
Browse files Browse the repository at this point in the history
CONFIG_SNIPROM was renamed to CONFIG_FW_SNIPROM in v3.8. Let's rename
SNIPROM itself too.

Signed-off-by: Paul Bolle <[email protected]>
Cc: [email protected];
Cc: [email protected]
Cc: Thomas Bogendoerfer <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
pebolle authored and ralfbaechle committed Apr 5, 2013
1 parent 143f0f6 commit aaa9fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ config SNI_RM
bool "SNI RM200/300/400"
select FW_ARC if CPU_LITTLE_ENDIAN
select FW_ARC32 if CPU_LITTLE_ENDIAN
select SNIPROM if CPU_BIG_ENDIAN
select FW_SNIPROM if CPU_BIG_ENDIAN
select ARCH_MAY_HAVE_PC_FDC
select BOOT_ELF32
select CEVT_R4K
Expand Down Expand Up @@ -1144,7 +1144,7 @@ config DEFAULT_SGI_PARTITION
config FW_ARC32
bool

config SNIPROM
config FW_SNIPROM
bool

config BOOT_ELF32
Expand Down

0 comments on commit aaa9fad

Please sign in to comment.