commit | 6c9e7eaa65c8079884610d97b765090a64bcb10f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 14 11:05:33 2019 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 22 19:49:41 2019 -0500 |
tree | e3612338820e94085c0048d016b38abbb1f506d2 | |
parent | 89077bae4a80253cf716ddf31e45429a5042e9b1 [diff] |
preboot: Introduce CONFIG_USE_PREBOOT and migrate CONFIG_PREBOOT This is the same migration path as commit b6251db8c3f0 ("Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND"). I also moved the description in README to the Kconfig help. I ripped off the sentence about 'LWMON' since it is gone already. I only let my boards migrate, leaving the rest to platform maintainers. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>