commit | 872f454733f33bd35d435784fb6674ddacb7a9a7 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Nov 25 19:38:54 2018 +0100 |
committer | Simon Glass <sjg@chromium.org> | Wed Dec 05 06:06:44 2018 -0700 |
tree | 7c17fd2a03540d45d7a83a9e262302a7d8150cc5 | |
parent | e5568fc502219d4ab3466f9d4a2d2321e36c3bea [diff] |
dm: (re)sort uclass ids alphabetically The comment in uclass-id.h states that "U-Boot uclasses start here - in alphabetical order" but the subsequent list is not sorted alphabetically. This reestablishes order. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>