]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: edison: BINMAN selection is specific to the board
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 3 Dec 2020 15:40:11 +0000 (17:40 +0200)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 16 Dec 2020 05:50:42 +0000 (13:50 +0800)
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 <andriy.shevchenko@linux.intel.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/tangier/Kconfig
board/intel/edison/Kconfig

index 571470c74b282155c9076e4f3af87b182b5acee7..d2b7edecd6041eee4e60c7cf9de1ee06f5b24245 100644 (file)
@@ -12,7 +12,6 @@ config INTEL_TANGIER
        imply MMC_SDHCI_TANGIER
        imply USB
        imply USB_DWC3
-       imply BINMAN
 
 if INTEL_TANGIER
 
index 05d65445e4071881cdc4bae584061d8cf62e1c7d..23b2af4821d866de96456df9a19322c0302031d5 100644 (file)
@@ -31,5 +31,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select INTEL_TANGIER
        select BOARD_LATE_INIT
        select MD5
+       imply BINMAN
 
 endif