summaryrefslogtreecommitdiff
path: root/board/dnp1110/dnp1110.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/dnp1110/dnp1110.c')
-rw-r--r--board/dnp1110/dnp1110.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/dnp1110/dnp1110.c b/board/dnp1110/dnp1110.c
index 4a2b44e0e0..24c3e00c7f 100644
--- a/board/dnp1110/dnp1110.c
+++ b/board/dnp1110/dnp1110.c
@@ -39,7 +39,7 @@ int board_init (void)
/* so we do _nothing_ here */
/* arch number of DNP1110-Board */
- gd->bd->bi_arch_number = 255;
+ gd->bd->bi_arch_number = MACH_TYPE_DNP1110;
/* flash vpp on */
PPDR |= 0x80; /* assumes LCD controller is off */