mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-16 15:02:16 +01:00
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 <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
35d29a8f55
commit
d067fb7636
@ -12,7 +12,6 @@ config INTEL_TANGIER
|
|||||||
imply MMC_SDHCI_TANGIER
|
imply MMC_SDHCI_TANGIER
|
||||||
imply USB
|
imply USB
|
||||||
imply USB_DWC3
|
imply USB_DWC3
|
||||||
imply BINMAN
|
|
||||||
|
|
||||||
if INTEL_TANGIER
|
if INTEL_TANGIER
|
||||||
|
|
||||||
|
|||||||
@ -31,5 +31,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||||||
select INTEL_TANGIER
|
select INTEL_TANGIER
|
||||||
select BOARD_LATE_INIT
|
select BOARD_LATE_INIT
|
||||||
select MD5
|
select MD5
|
||||||
|
imply BINMAN
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user