commit | 49c753dea402ffb75cad8b98a00ffb3f4960c84e | [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 | e997f755199acea24f010060c790935057f0b2a2 [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>