
5 Aug
2017
5 Aug
'17
5:40 a.m.
On Sat, Aug 5, 2017 at 6:34 AM, Simon Glass sjg@chromium.org wrote:
This converts the following to Kconfig: CONFIG_CMD_SH_ZIMAGEBOOT
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Make this 'default y' and drop defconfig file changes
- Remove some now-superfluous /* commands */ comments in header files
- Rename the option to include 'zimageboot'
arch/sh/Kconfig | 2 ++ arch/sh/lib/Kconfig | 6 ++++++ include/configs/r2dplus.h | 5 ----- include/configs/sh7785lcr.h | 2 -- scripts/config_whitelist.txt | 1 - 5 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 arch/sh/lib/Kconfig
Reviewed-by: Bin Meng bmeng.cn@gmail.com