From 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 16 May 2024 03:11:33 +0000 Subject: [PATCH] AX88772C_eeprom and ax8872c build together --- kernel/arch/mips/alchemy/Platform | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/kernel/arch/mips/alchemy/Platform b/kernel/arch/mips/alchemy/Platform index 33c9da3..c8cff50 100644 --- a/kernel/arch/mips/alchemy/Platform +++ b/kernel/arch/mips/alchemy/Platform @@ -15,19 +15,16 @@ # # 4G-Systems MTX-1 "MeshCube" wireless router # -platform-$(CONFIG_MIPS_MTX1) += alchemy/ load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 # # MyCable eval board # -platform-$(CONFIG_MIPS_XXS1500) += alchemy/ load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 # # Trapeze ITS GRP board # -platform-$(CONFIG_MIPS_GPR) += alchemy/ load-$(CONFIG_MIPS_GPR) += 0xffffffff80100000 # boards can specify their own <gpio.h> in one of their include dirs. -- Gitblit v1.6.2