]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/environment.c
Cleanup build problems (on Fedora Core x86_64 build host)
[karo-tx-uboot.git] / common / environment.c
index 61a8d245f9e9bff8aa17857142cced243c0f5137..c7f54c6bd8613657053271b56273ffff81758b24 100644 (file)
  * MA 02111-1307 USA
  */
 
+#ifndef __ASSEMBLY__
+#define        __ASSEMBLY__                    /* Dirty trick to get only #defines     */
+#endif
+#define        __ASM_STUB_PROCESSOR_H__        /* don't include asm/processor.         */
 #include <config.h>
+#undef __ASSEMBLY__
 #include <environment.h>
 
 /*