diff options
author | Holger Brunck | 2012-05-25 01:57:13 +0000 |
---|---|---|
committer | Albert ARIBAUD | 2012-07-07 14:07:30 +0200 |
commit | e29c6d040183cad9aab413f2c22599a09b717197 (patch) | |
tree | 9414c3a616fd0462c04a272dda8b2caabd372680 /include/configs | |
parent | e139cb31d32a4f39241bfd83bf622a97d08f6c9d (diff) |
arm/km: add board type to boards.cfg
Some other kirkwood boards from keymile will follow. They will have some
small differences, but we want to use the km_kirkwood.h for all to
distinguish them. This patch a preparation for this.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/km_kirkwood.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/km_kirkwood.h b/include/configs/km_kirkwood.h index ed361241567..f639edc7a68 100644 --- a/include/configs/km_kirkwood.h +++ b/include/configs/km_kirkwood.h @@ -42,10 +42,10 @@ /* * Version number information */ -#ifdef CONFIG_KM_DISABLE_PCI +#if defined(CONFIG_KM_KIRKWOOD) #define CONFIG_IDENT_STRING "\nKeymile Kirkwood" #undef CONFIG_KIRKWOOD_PCIE_INIT -#else +#elif defined(CONFIG_KM_KIRKWOOD_PCI) #define CONFIG_IDENT_STRING "\nKeymile Kirkwood PCI" #endif |