ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
[platform/kernel/u-boot.git] / include / command.h
index c3ef51d..4a27e97 100644 (file)
@@ -27,6 +27,8 @@
 #ifndef __COMMAND_H
 #define __COMMAND_H
 
+#include <config.h>
+
 #ifndef NULL
 #define NULL   0
 #endif