diff options
author | Werner Almesberger <werner@openmoko.org> | 2009-01-31 17:24:10 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-01-31 17:24:10 +0000 |
commit | 276bcaddb8cd0fa3cf30d7e2809062fb8b7402eb (patch) | |
tree | 97b58ba3f031536f2e9fe2fdcb02ad7b429ad890 /arch | |
parent | ce6840da7184043a09dd57d4c201a32ef7b6c083 (diff) |
consistent defconfig naming ?
The naming of our defconfigs is currently inconsistent: three of them
end in -defconfig and use - also as an internal separator. One sends
in _defconfig but uses - as internal separator, and one ends in
_defconfig without needing an internal separator so far.
All the other defconfigs end in _defconfig. 21 use _ also as
internal separator and 5 use -.
So most of our names differ from the style everyone else is following
and there's also inconsistency among our names.
The git patch below renames them to the dominant all _ scheme.
There's always some latent undesirability for such cleanup patches
that may break some habits or scripts. So if there are strong
sentiments against doing this now, I won't push the issue. But in
general, the sooner one gets those little things done, the better.
Signed-off-by: Werner Almesberger <werner@openmoko.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/gta01_moredrivers_defconfig (renamed from arch/arm/configs/gta01-moredrivers-defconfig) | 0 | ||||
-rw-r--r-- | arch/arm/configs/gta02_micro_defconfig (renamed from arch/arm/configs/gta02-micro_defconfig) | 0 | ||||
-rw-r--r-- | arch/arm/configs/gta02_moredrivers_defconfig (renamed from arch/arm/configs/gta02-moredrivers-defconfig) | 0 | ||||
-rw-r--r-- | arch/arm/configs/gta02_packaging_defconfig (renamed from arch/arm/configs/gta02-packaging-defconfig) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/arch/arm/configs/gta01-moredrivers-defconfig b/arch/arm/configs/gta01_moredrivers_defconfig index 63afc42c386..63afc42c386 100644 --- a/arch/arm/configs/gta01-moredrivers-defconfig +++ b/arch/arm/configs/gta01_moredrivers_defconfig diff --git a/arch/arm/configs/gta02-micro_defconfig b/arch/arm/configs/gta02_micro_defconfig index e476156faed..e476156faed 100644 --- a/arch/arm/configs/gta02-micro_defconfig +++ b/arch/arm/configs/gta02_micro_defconfig diff --git a/arch/arm/configs/gta02-moredrivers-defconfig b/arch/arm/configs/gta02_moredrivers_defconfig index b1a95d197f1..b1a95d197f1 100644 --- a/arch/arm/configs/gta02-moredrivers-defconfig +++ b/arch/arm/configs/gta02_moredrivers_defconfig diff --git a/arch/arm/configs/gta02-packaging-defconfig b/arch/arm/configs/gta02_packaging_defconfig index 8d916b07240..8d916b07240 100644 --- a/arch/arm/configs/gta02-packaging-defconfig +++ b/arch/arm/configs/gta02_packaging_defconfig |