commit | 2da7d27b2c032b7a640b5c45b67d7faedaea6c2b | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Thu Nov 19 13:45:41 2015 -0800 |
committer | Amit Pundir <amit.pundir@linaro.org> | Mon Aug 08 12:02:17 2016 +0530 |
tree | 631d7eedd494950d3d3d77548f1195653c93a0dd | |
parent | 5d1996fcfba40cf8103b8975ff6c055c142a4198 [diff] |
of: Fix build warnings In commit d6cb004d80 (of: fix CONFIG_CMDLINE_EXTEND), the types of some variables in early_init_dt_scan_chosen() were modified, which results in build warnings. This patch resets the unsigned long to an int, and re-adds the const to the char*. Change-Id: Ie60ae92b4552e453cf477dd83f42838b3f95975e Signed-off-by: John Stultz <john.stultz@linaro.org>