diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index b759ba706ab8dd63586bab6b8fcde60230264ae1..8b4cb306bd5cf655257ce1a7f0013b8b48d5f989 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -94,7 +94,7 @@ endchoice
 source "board/dbau1x00/Kconfig"
 source "board/imgtec/malta/Kconfig"
 source "board/inteno/ex400/Kconfig"
-source "board/inteno/sdx_500ap/Kconfig"
+source "board/inteno/sdx810_ap/Kconfig"
 source "board/micronas/vct/Kconfig"
 source "board/pb1x00/Kconfig"
 source "board/qemu-mips/Kconfig"
diff --git a/board/inteno/sdx810_ap/Kconfig b/board/inteno/sdx810_ap/Kconfig
index 23d4e74392d2b01533372868c2116b197030d3f7..e63e35aa666e7096d47cad4890082650466def80 100644
--- a/board/inteno/sdx810_ap/Kconfig
+++ b/board/inteno/sdx810_ap/Kconfig
@@ -1,4 +1,4 @@
-if TARGET_SDX_500AP
+if TARGET_SDX810_AP
 
 config SYS_BOARD
 	default "sdx810_ap"
diff --git a/configs/sdx810_ap_defconfig b/configs/sdx810_ap_defconfig
index 65f67d1fee4aae834f4b04ef34a577ba7348e5c3..ed38ee510813bb8f9e9a3f4686b38367df6f6ac5 100644
--- a/configs/sdx810_ap_defconfig
+++ b/configs/sdx810_ap_defconfig
@@ -112,7 +112,7 @@ CONFIG_BOOTDELAY=2
 #
 CONFIG_CMDLINE=y
 CONFIG_HUSH_PARSER=y
-CONFIG_SYS_PROMPT="sdx-500ap -> "
+CONFIG_SYS_PROMPT="sdx810_ap -> "
 
 #
 # Autoboot options
diff --git a/include/configs/sdx810_ap.h b/include/configs/sdx810_ap.h
new file mode 100644
index 0000000000000000000000000000000000000000..b94de49067a83f5da2f5d30192938517c579e09f
--- /dev/null
+++ b/include/configs/sdx810_ap.h
@@ -0,0 +1,10 @@
+/*
+ *
+ */
+
+#ifndef _SDX810_AP_CONFIG_H
+#define _SDX810_AP_CONFIG_H
+
+#include "inteno_mt7621.h"
+
+#endif /* */
diff --git a/include/configs/sdx_500ap.h b/include/configs/sdx_500ap.h
deleted file mode 100644
index 6061716aaf2453912016d6f80ef7344c2b2b3804..0000000000000000000000000000000000000000
--- a/include/configs/sdx_500ap.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- *
- */
-
-#ifndef _SDX500AP_CONFIG_H
-#define _SDX500AP_CONFIG_H
-
-#include "inteno_mt7621.h"
-
-#endif /* */