diff options
author | Valentin Longchamp <valentin.longchamp@keymile.com> | 2015-02-10 17:10:18 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-16 15:48:36 -0500 |
commit | 60c4ae00be11f07a9b60f95e76538785062f873b (patch) | |
tree | 0203e197a827600c7b62b631930d091700e8d843 /board/keymile/km_arm | |
parent | 2973b098baf6fcb49d9fb7a2ed187e6a65532175 (diff) | |
download | u-boot-imx-60c4ae00be11f07a9b60f95e76538785062f873b.zip u-boot-imx-60c4ae00be11f07a9b60f95e76538785062f873b.tar.gz u-boot-imx-60c4ae00be11f07a9b60f95e76538785062f873b.tar.bz2 |
KM/IVM: remove ivm_read_eeprom(void)
This is not used anymore since the procedure was split into a simple
read function and a later alaysis.
The ivm_read_eeprom name is now used for the previous
ivm_simple_read_eeprom function.
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Diffstat (limited to 'board/keymile/km_arm')
-rw-r--r-- | board/keymile/km_arm/km_arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c index 6eb6712..2938861 100644 --- a/board/keymile/km_arm/km_arm.c +++ b/board/keymile/km_arm/km_arm.c @@ -212,7 +212,7 @@ int misc_init_r(void) } #endif - ivm_simple_read_eeprom(ivm_content, CONFIG_SYS_IVM_EEPROM_MAX_LEN); + ivm_read_eeprom(ivm_content, CONFIG_SYS_IVM_EEPROM_MAX_LEN); initialize_unit_leds(); set_km_env(); |