commit | baf0371883b243fa793ba3f984704b027705d6a9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 17:25:38 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Fri Mar 26 17:03:09 2021 +1300 |
tree | 28a07a8f9336d9b5b8aa202e271ae00e1f311949 | |
parent | 6f644efdd803e0718d39266f75c0535a534cc601 [diff] |
dm: core: Allow storing priv/plat data separately At present the device priv/data data allocated by dtoc is stored in the data section along with other variables. On some platforms it is better to allocate space for it separately, e.g. if SPL is running from read-only memory. Create a new space with the same size as that allocated by dtoc, ready for use. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>