diff options
Diffstat (limited to 'arch/blackfin/lib')
-rw-r--r-- | arch/blackfin/lib/Makefile | 2 | ||||
-rw-r--r-- | arch/blackfin/lib/boot.c | 2 | ||||
-rw-r--r-- | arch/blackfin/lib/cache.c | 2 | ||||
-rw-r--r-- | arch/blackfin/lib/cmd_cache_dump.c | 2 | ||||
-rw-r--r-- | arch/blackfin/lib/kgdb.c | 2 | ||||
-rw-r--r-- | arch/blackfin/lib/muldi3.c | 2 | ||||
-rw-r--r-- | arch/blackfin/lib/sections.c | 2 | ||||
-rw-r--r-- | arch/blackfin/lib/string.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/arch/blackfin/lib/Makefile b/arch/blackfin/lib/Makefile index b534a98c9c..de02c69dd2 100644 --- a/arch/blackfin/lib/Makefile +++ b/arch/blackfin/lib/Makefile @@ -1,5 +1,5 @@ # -# U-boot Makefile +# U-Boot Makefile # # Copyright (c) 2005-2008 Analog Devices Inc. # diff --git a/arch/blackfin/lib/boot.c b/arch/blackfin/lib/boot.c index 5644d589e7..fd4c82e9c8 100644 --- a/arch/blackfin/lib/boot.c +++ b/arch/blackfin/lib/boot.c @@ -1,5 +1,5 @@ /* - * U-boot - boot.c - misc boot helper functions + * U-Boot - boot.c - misc boot helper functions * * Copyright (c) 2005-2008 Analog Devices Inc. * diff --git a/arch/blackfin/lib/cache.c b/arch/blackfin/lib/cache.c index e8a0cb5deb..8d933393b4 100644 --- a/arch/blackfin/lib/cache.c +++ b/arch/blackfin/lib/cache.c @@ -1,5 +1,5 @@ /* - * U-boot - cache.c + * U-Boot - cache.c * * Copyright (c) 2005-2008 Analog Devices Inc. * diff --git a/arch/blackfin/lib/cmd_cache_dump.c b/arch/blackfin/lib/cmd_cache_dump.c index f9f909791e..a4c799acb3 100644 --- a/arch/blackfin/lib/cmd_cache_dump.c +++ b/arch/blackfin/lib/cmd_cache_dump.c @@ -1,5 +1,5 @@ /* - * U-boot - cmd_cache_dump.c + * U-Boot - cmd_cache_dump.c * * Copyright (c) 2007-2008 Analog Devices Inc. * diff --git a/arch/blackfin/lib/kgdb.c b/arch/blackfin/lib/kgdb.c index 4ca3fc7312..2a7c0727f5 100644 --- a/arch/blackfin/lib/kgdb.c +++ b/arch/blackfin/lib/kgdb.c @@ -1,5 +1,5 @@ /* - * U-boot - architecture specific kgdb code + * U-Boot - architecture specific kgdb code * * Copyright 2009 Analog Devices Inc. * diff --git a/arch/blackfin/lib/muldi3.c b/arch/blackfin/lib/muldi3.c index 65f55238f4..9f6f60d05f 100644 --- a/arch/blackfin/lib/muldi3.c +++ b/arch/blackfin/lib/muldi3.c @@ -1,5 +1,5 @@ /* - * U-boot - muldi3.c contains routines for mult and div + * U-Boot - muldi3.c contains routines for mult and div * * Copyright (c) 2005-2007 Analog Devices Inc. * diff --git a/arch/blackfin/lib/sections.c b/arch/blackfin/lib/sections.c index b50f30aa45..86fc4df061 100644 --- a/arch/blackfin/lib/sections.c +++ b/arch/blackfin/lib/sections.c @@ -1,5 +1,5 @@ /* - * U-boot - section.c + * U-Boot - section.c * * Copyright (c) 2014 Analog Devices Inc. * diff --git a/arch/blackfin/lib/string.c b/arch/blackfin/lib/string.c index 211df7b430..c904a88916 100644 --- a/arch/blackfin/lib/string.c +++ b/arch/blackfin/lib/string.c @@ -1,5 +1,5 @@ /* - * U-boot - string.c Contains library routines. + * U-Boot - string.c Contains library routines. * * Copyright (c) 2005-2008 Analog Devices Inc. * |