commit | af618468999edda4199ea73a688be91594d7fcaf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Feb 06 09:57:31 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 02 15:53:37 2021 -0500 |
tree | 088ffae7c42de6bcfbbffaedafd3410ee75a3830 | |
parent | cbd59467eb10ff9067bdd80fcb83a404c79c1535 [diff] |
s5p4418_nanopi2: Drop dead code This code is still using the old command typedef. It was not noticed since this file is not currently built. It is using a non-existent option in the Makefile. Drop this file since it is not needed for correct operation. Signed-off-by: Simon Glass <sjg@chromium.org>