From 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:44:59 +0000 Subject: [PATCH] gmac get mac form eeprom --- kernel/arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h b/kernel/arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h index 8fe88c2..9212429 100644 --- a/kernel/arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h +++ b/kernel/arch/mips/include/asm/mach-bcm63xx/bcm63xx_gpio.h @@ -13,16 +13,16 @@ case BCM6328_CPU_ID: return 32; case BCM3368_CPU_ID: - case BCM6358_CPU_ID: return 40; case BCM6338_CPU_ID: return 8; case BCM6345_CPU_ID: return 16; - case BCM6362_CPU_ID: - return 48; + case BCM6358_CPU_ID: case BCM6368_CPU_ID: return 38; + case BCM6362_CPU_ID: + return 48; case BCM6348_CPU_ID: default: return 37; -- Gitblit v1.6.2