diff options
author | Holger Brunck | 2012-08-09 01:37:47 +0000 |
---|---|---|
committer | Prafulla Wadaskar | 2012-09-03 17:38:54 +0530 |
commit | fcca7e7acc56fc39fedb6a080e6b92aeff647dac (patch) | |
tree | d0fc513ab49aaca27b43601ad1a75f9a99d18cb7 /include/configs | |
parent | 05c8e81fd39c8a41c2038844868a491003bcdab8 (diff) |
arm/km: remove unused code
For some reasons we had an own implementaion of dram_init and
dram_init_banksize. This is not needed anymore, use the standard
kirkwood functions instead.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>
cc: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymile.com>
Acked-By: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/km/keymile-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/km/keymile-common.h b/include/configs/km/keymile-common.h index 7ed99587a24..99831047327 100644 --- a/include/configs/km/keymile-common.h +++ b/include/configs/km/keymile-common.h @@ -81,7 +81,6 @@ #define CONFIG_LOADS_ECHO #define CONFIG_SYS_LOADS_BAUD_CHANGE -#define CONFIG_SYS_BOARD_DRAM_INIT /* Used board specific dram_init */ #define CONFIG_I2C_MULTI_BUS #define CONFIG_SYS_MAX_I2C_BUS 1 |