Browse Source

target is renamed

Waldemar Brodkorb 13 years ago
parent
commit
2440e3f926
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mk/rootfs.mk

+ 1 - 1
mk/rootfs.mk

@@ -17,7 +17,7 @@ ifeq ($(ADK_LINUX_MIPS_RB433),y)
 MTDDEV:=	root=/dev/mtdblock2
 endif
 
-ifeq ($(ADK_LINUX_ARM_FOXBOARD),y)
+ifeq ($(ADK_LINUX_ARM_FOXG20),y)
 ROOTFS:=	root=/dev/mmcblk0p2 rootwait
 endif