commit | 2719b95c0cd1ba83ef4c03c1433b2b1ed0810e78 | [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 | d63d4b2f54451ec5a531709fdec24597e1ebccf8 [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>