commit | e0f0f1836b43e242eb71a6d316d8d507f9075ff9 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Mar 30 18:07:18 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 08 09:05:20 2022 -0400 |
tree | 4bc3385adb891e871d7693b9c9e57a2894c552f3 | |
parent | 8ab7647297f2e96c59489e62deeba3270889039e [diff] |
corvus: Migrate CONFIG_*_LED out of CONFIG namespace This code is only used on the corvus platform, so migrate the LED on/off code to this platform and remove it from the CONFIG namespace. In theory, this should likely be moved to the modern GPIO LED driver as a further cleanup. Cc: Heiko Schocher <hs@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de>