Merge branch 'master' of git://git.denx.de/u-boot
[oweals/u-boot.git] / common / command.c
index ceca992510762d1b2cea8df922f8d5310cfb1ce0..0d8bf244be220e02beccc0741847d2f45d5ca285 100644 (file)
@@ -469,7 +469,7 @@ int cmd_get_data_size(char* arg, int default_size)
                        return 2;
                case 'l':
                        return 4;
-#ifdef CONFIG_SYS_SUPPORT_64BIT_DATA
+#ifdef MEM_SUPPORT_64BIT_DATA
                case 'q':
                        return 8;
 #endif