commit | 317581e9e7e1cbb6f97b58c60a3d2db0fb1d7598 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Sat Mar 05 10:30:53 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 08 15:01:47 2016 -0500 |
tree | 2eee08d1dcc04d88cba95fd7b323842c0468320f | |
parent | c58591a6ac680c891907c8bfa67ac9819024fe2b [diff] |
malloc: remove !gd handling Following the previous patch, malloc() is never called before gd is set, so we can remove the special-case check for this condition. This reverts commit 854d2b9753e4 "dlmalloc: ensure gd is set for early alloc". Cc: Rabin Vincent <rabin@rab.in> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>