MIPS: BCM63XX: move nvram functions into their own file
Refactor nvram related functions into its own unit for easier expansion and exposure of the values to other drivers. Signed-off-by:Jonas Gorski <jonas.gorski@gmail.com> Patchwork: http://patchwork.linux-mips.org/patch/4516 Signed-off-by:
John Crispin <blogic@openwrt.org>
Showing
- arch/mips/bcm63xx/Makefile 4 additions, 3 deletionsarch/mips/bcm63xx/Makefile
- arch/mips/bcm63xx/boards/board_bcm963xx.c 11 additions, 60 deletionsarch/mips/bcm63xx/boards/board_bcm963xx.c
- arch/mips/bcm63xx/nvram.c 104 additions, 0 deletionsarch/mips/bcm63xx/nvram.c
- arch/mips/include/asm/mach-bcm63xx/bcm63xx_nvram.h 35 additions, 0 deletionsarch/mips/include/asm/mach-bcm63xx/bcm63xx_nvram.h
- arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h 0 additions, 17 deletionsarch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
arch/mips/bcm63xx/nvram.c
0 → 100644
Please register or sign in to comment