]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
env: remove duplicated env_get_char_spec()
authorIgor Grinberg <grinberg@compulab.co.il>
Sun, 23 Sep 2012 04:39:16 +0000 (04:39 +0000)
committerTom Rini <trini@ti.com>
Wed, 26 Sep 2012 18:08:32 +0000 (11:08 -0700)
commit3bb89e5bd5c0d3a12129b01fbb706a18ee56557e
treecca7d9817b7f885f1d445e473b96325811d2b8b3
parent2d1d65838eacd314b989701bd2f9e2b657bbf62b
env: remove duplicated env_get_char_spec()

env_fat and env_remote have an implementation of env_get_char_spec()
function that is not different than the default.
Remove the duplicated code.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
common/env_fat.c
common/env_remote.c