X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=u-boot%2Finclude%2Fcommon.h;h=89ce9dc14cce832d8e658bf5385902b4323740f6;hb=15101389e1b37fcda874f8826bb1861c391490de;hp=6a85284dbda69ff4141120541520122fabe3f4dc;hpb=8466f766b60e78a29d22fb5e639d1852257b716d;p=oweals%2Fu-boot_mod.git diff --git a/u-boot/include/common.h b/u-boot/include/common.h index 6a85284..89ce9dc 100755 --- a/u-boot/include/common.h +++ b/u-boot/include/common.h @@ -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);