commit | b56540801f980051da1474523ea0f6dfe1b8a6bd | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Tue Jan 08 05:36:11 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Feb 04 09:07:21 2013 -0500 |
tree | 5c987d0ee002738504c9004a7e68abf1abd3cd9f | |
parent | 0f3073433ceb258fde00f82556d43dba6633083a [diff] |
common: env_mmc: Use __weak annotation to simplify code Using the __weak annotation can make the code cleaner. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Marek Vasut <marex@denx.de>