summaryrefslogtreecommitdiff
path: root/board/freescale/t104xrdb/t104xrdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/t104xrdb/t104xrdb.c')
-rw-r--r--board/freescale/t104xrdb/t104xrdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t104xrdb/t104xrdb.c b/board/freescale/t104xrdb/t104xrdb.c
index 803666e..d4c3d4d 100644
--- a/board/freescale/t104xrdb/t104xrdb.c
+++ b/board/freescale/t104xrdb/t104xrdb.c
@@ -29,7 +29,7 @@ int checkboard(void)
struct cpu_type *cpu = gd->arch.cpu;
u8 sw;
-#ifdef CONFIG_T104XD4RDB
+#if defined(CONFIG_TARGET_T1040D4RDB) || defined(CONFIG_TARGET_T1042D4RDB)
printf("Board: %sD4RDB\n", cpu->name);
#else
printf("Board: %sRDB\n", cpu->name);