Remove SNTP from ap121, that will allow to build images with silent console
[oweals/u-boot_mod.git] / u-boot / include / common.h
index 6a85284dbda69ff4141120541520122fabe3f4dc..89ce9dc14cce832d8e658bf5385902b4323740f6 100755 (executable)
@@ -196,14 +196,16 @@ int       autoscript (ulong addr);
  */
 #if !defined(CONFIG_FOR_8DEVICES_CARAMBOLA2) && \
        !defined(CONFIG_FOR_DLINK_DIR505_A1)     && \
-       !defined(CONFIG_FOR_DRAGINO_V2)
+       !defined(CONFIG_FOR_DRAGINO_V2)          && \
+       !defined(CONFIG_FOR_MESH_POTATO_V2)
 #include "tpLinuxTag.h"
 #endif
 
 /* common/cmd_bootm.c */
 #if defined(CONFIG_FOR_8DEVICES_CARAMBOLA2) || \
        defined(CONFIG_FOR_DLINK_DIR505_A1)     || \
-       defined(CONFIG_FOR_DRAGINO_V2)
+       defined(CONFIG_FOR_DRAGINO_V2)          || \
+       defined(CONFIG_FOR_MESH_POTATO_V2)
 void print_image_hdr(image_header_t *hdr);
 #else
 void print_image_hdr(tplink_image_header_t *hdr);