]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - api/api.c
api: remove un-needed ifdef CONFIG_API already handle by the Makefile
[karo-tx-uboot.git] / api / api.c
index f51ebb7b1384d316230117fe2a9ce8404d75f6c0..385a7e3cdc507ea302d4607a8ea75a35c552e07b 100644 (file)
--- a/api/api.c
+++ b/api/api.c
@@ -24,9 +24,6 @@
  */
 
 #include <config.h>
-
-#if defined(CONFIG_API)
-
 #include <command.h>
 #include <common.h>
 #include <malloc.h>
@@ -665,5 +662,3 @@ void platform_set_mr(struct sys_info *si, unsigned long start, unsigned long siz
                        return;
                }
 }
-
-#endif /* CONFIG_API */