]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/siemens/common/fpga.c
board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
[karo-tx-uboot.git] / board / siemens / common / fpga.c
index 62846d6ea51af7867b3390faa72a34fe80905b6d..f022ed6d512e2c904dc15f078047341d9cd5fd69 100644 (file)
@@ -219,7 +219,7 @@ static int fpga_load (fpga_t* fpga, ulong addr, int checkall)
     return 1;
 }
 
-#if (CONFIG_COMMANDS & CFG_CMD_BSP) || defined(CONFIG_CMD_BSP)
+#if defined(CONFIG_CMD_BSP)
 
 /* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */
 
@@ -299,7 +299,7 @@ U_BOOT_CMD(
        "fpga load [name] addr - load FPGA configuration data\n"
 );
 
-#endif /* CONFIG_COMMANDS & CFG_CMD_BSP */
+#endif
 
 /* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */