]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/gpt.c
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
[people/ms/u-boot.git] / cmd / gpt.c
index 897596a969f64c03d84eb42c1dfc26f87142d460..196f50633561d41acab67a1c6a53676610633dcc 100644 (file)
--- a/cmd/gpt.c
+++ b/cmd/gpt.c
 #include <div64.h>
 #include <memalign.h>
 
-#ifndef CONFIG_PARTITION_UUIDS
-#error CONFIG_PARTITION_UUIDS must be enabled for CONFIG_CMD_GPT to be enabled
-#endif
-
 /**
  * extract_env(): Expand env name from string format '&{env_name}'
  *                and return pointer to the env (if the env is set)