X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fwatchdog.h;h=9265be9737245d7a1e8468c398aef12d07945bad;hb=c2d9befa0b4695b89476fb5d259742c09afe243f;hp=ac6ba8c09147365b666a2684e5bbba851946367e;hpb=028ab6b598b628326116acd88e0f35aa9f526d12;p=oweals%2Fu-boot.git diff --git a/include/watchdog.h b/include/watchdog.h index ac6ba8c091..9265be9737 100644 --- a/include/watchdog.h +++ b/include/watchdog.h @@ -84,7 +84,7 @@ void reset_5xx_watchdog(volatile immap_t *immr); #endif -/* IBM 4xx */ +/* AMCC 4xx */ #if defined(CONFIG_4xx) && !defined(__ASSEMBLY__) void reset_4xx_watchdog(void); #endif