]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/part.c
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
[people/ms/u-boot.git] / cmd / part.c
index 414031e6f3e06a391d4c053ea6eefe7b72e0da75..8ba05984e474921883462640b0b1479c5019251e 100644 (file)
 #include <part.h>
 #include <vsprintf.h>
 
-#ifndef CONFIG_PARTITION_UUIDS
-#error CONFIG_PARTITION_UUIDS must be enabled for CONFIG_CMD_PART to be enabled
-#endif
-
 static int do_part_uuid(int argc, char * const argv[])
 {
        int part;