
Hi Simon,
-----Original Message----- From: Simon Glass sjg@chromium.org Sent: Saturday, January 12, 2019 4:37 AM To: U-Boot Mailing List u-boot@lists.denx.de Cc: Simon Glass sjg@chromium.org; Lukasz Majewski lukma@denx.de; Mario Six mario.six@gdsys.cc; Michal Simek michal.simek@xilinx.com; Alexey Brodkin alexey.brodkin@synopsys.com; Eugeniy Paltsev Eugeniy.Paltsev@synopsys.com; Jaehoon Chung jh80.chung@samsung.com; Marek Vasut marek.vasut@gmail.com; Alex Kiernan alex.kiernan@gmail.com; Joe Hershberger joe.hershberger@ni.com; Jörg Krause joerg.krause@embedded.rocks; Adam Ford aford173@gmail.com; Stephen Warren swarren@nvidia.com; Angelo Dureghello angelo@sysam.it; Tuomas Tynkkynen tuomas.tynkkynen@iki.fi; Eugeniu Rosca roscaeugeniu@gmail.com Subject: [PATCH v3 01/10] Convert CONFIG_BOARD_TYPES to Kconfig
This converts the following to Kconfig: CONFIG_BOARD_TYPES
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Lukasz Majewski lukma@denx.de
Changes in v3: None Changes in v2:
- Remove stranded comments in the header files
common/Kconfig | 8 ++++++++ configs/axs101_defconfig | 1 + configs/axs103_defconfig | 1 +
[snip]
include/configs/axs10x.h | 5 ----- include/configs/hsdk.h | 5 -----
Acked-by: Alexey Brodkin abrodkin@synopsys.com