]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_bedbug.c
common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
[people/ms/u-boot.git] / common / cmd_bedbug.c
index 4c309f9a9b0b71ec552b84dfa1cfcc49815c527f..0bd622bfd5d36d4b64d9d14029d3075f444f86fb 100644 (file)
@@ -13,7 +13,7 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-#if (CONFIG_COMMANDS & CFG_CMD_BEDBUG) || defined(CONFIG_CMD_BEDBUG)
+#if defined(CONFIG_CMD_BEDBUG)
 
 #ifndef MAX
 #define MAX(a,b) ((a) > (b) ? (a) : (b))