commit | fbd72824263dfb48bfee999f8b92ba9cc8abac1b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Oct 10 07:49:15 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Oct 23 19:45:28 2014 -0600 |
tree | 00ad08ef13a99a445640ce30202aa30dccbf62ac | |
parent | 9c284ffd93cda1e434eeece0d95698157d00fe18 [diff] |
dm: x86: Zero global data before board_init_f() To permit information to be passed from the early U-Boot code to board_init_f() we cannot zero the global_data in board_init_f(). Instead zero it in the start-up code. Signed-off-by: Simon Glass <sjg@chromium.org>