diff options
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch b/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch index 9d7c9bb934..ed3e81600a 100644 --- a/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch +++ b/target/linux/brcm47xx/patches-3.10/400-arch-bcm47xx.patch @@ -1,9 +1,9 @@ --- a/arch/mips/bcm47xx/nvram.c +++ b/arch/mips/bcm47xx/nvram.c -@@ -190,3 +190,30 @@ int bcm47xx_nvram_getenv(char *name, cha +@@ -210,3 +210,30 @@ int bcm47xx_nvram_gpio_pin(const char *n return -ENOENT; } - EXPORT_SYMBOL(bcm47xx_nvram_getenv); + EXPORT_SYMBOL(bcm47xx_nvram_gpio_pin); + +char *nvram_get(const char *name) +{ |