X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fcmd_ambapp.c;h=43427bb3c54c274eae05b8cc237dcef9be838111;hb=f0d5a6f060d00358b85c62a921a423ea8df71184;hp=738412b7fa4e0bfea60e3254a6959e1505d08789;hpb=8c8428a576f632745306e288b629e30d420c0f5a;p=oweals%2Fu-boot.git diff --git a/common/cmd_ambapp.c b/common/cmd_ambapp.c index 738412b7fa..43427bb3c5 100644 --- a/common/cmd_ambapp.c +++ b/common/cmd_ambapp.c @@ -33,11 +33,11 @@ DECLARE_GLOBAL_DATA_PTR; /* We put these variables into .data section so that they are zero * when entering the AMBA Plug & Play routines (in cpu/cpu/ambapp.c) - * the first time. BSS is not garantueed to be zero since BSS + * the first time. BSS is not garantueed to be zero since BSS * hasn't been cleared the first times entering the CPU AMBA functions. * * The AMBA PnP routines call these functions if ambapp_???_print is set. - * + * */ int ambapp_apb_print __attribute__ ((section(".data"))) = 0; int ambapp_ahb_print __attribute__ ((section(".data"))) = 0;