commit | 39b924a30465be6cc5ed009b4983cbc8c525e665 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri Mar 28 12:03:35 2014 -0400 |
committer | Tom Rini <trini@ti.com> | Thu Apr 17 14:39:54 2014 -0400 |
tree | 8a130c7b5a73ef1c4739822b95b0f37d7c9a3ae7 | |
parent | b9c8ccaba77b24f7a1b4756a927f19dccf895954 [diff] |
env_mmc.c: Remove NULL check on tmp_env1/2 With 452a272 we moved to allocating these variables on the stack. So they will never now be NULL so remove these checks. Signed-off-by: Tom Rini <trini@ti.com>