]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_mem.c
Move console definitions into a new console.h file
[u-boot] / common / cmd_mem.c
index 43c3fb62bffec59d3e36adab0b25535918be4b18..9fb25840f10a2ec451b67b3c76c31127854e7e76 100644 (file)
  */
 
 #include <common.h>
+#include <console.h>
 #include <bootretry.h>
 #include <cli.h>
 #include <command.h>
+#include <console.h>
 #ifdef CONFIG_HAS_DATAFLASH
 #include <dataflash.h>
 #endif