From d067fb763680815fec05c21533d2aa23523a8b10 Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Thu, 3 Dec 2020 17:40:11 +0200 Subject: x86: edison: BINMAN selection is specific to the board The platforms based on Intel Tangier may have different requirements how to create bootloader bundle to supply to a device. Currently the BINMAN approach is for Intel Edison only. Signed-off-by: Andy Shevchenko Reviewed-by: Simon Glass Reviewed-by: Bin Meng --- board/intel/edison/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'board/intel/edison/Kconfig') diff --git a/board/intel/edison/Kconfig b/board/intel/edison/Kconfig index 05d65445e4..23b2af4821 100644 --- a/board/intel/edison/Kconfig +++ b/board/intel/edison/Kconfig @@ -31,5 +31,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select INTEL_TANGIER select BOARD_LATE_INIT select MD5 + imply BINMAN endif -- cgit v1.2.3