X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fcommand.c;h=0d8bf244be220e02beccc0741847d2f45d5ca285;hb=b77d0292ca9f3ca69259dca7e2c5e193a403b289;hp=ceca992510762d1b2cea8df922f8d5310cfb1ce0;hpb=e382713d224d6fc14cf8fe8f6bb852f24ab652a7;p=oweals%2Fu-boot.git diff --git a/common/command.c b/common/command.c index ceca992510..0d8bf244be 100644 --- a/common/command.c +++ b/common/command.c @@ -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