commit | bf1a86fca0111067021f3d263242767d3709d7be | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 15 06:33:36 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Sep 23 12:44:30 2014 -0600 |
tree | 91f89c4b2db22fd81e39d4a6a358344374b1587c | |
parent | e7b14e9ab0ceef3068722007e7396f89f4ede9c2 [diff] |
sf: Add an empty entry to the parameter list The list is supposed to be terminated with a NULL name, but is not. If a board probes a chip which does not appear in the table, U-Boot will crash (at least on sandbox). Signed-off-by: Simon Glass <sjg@chromium.org>