mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
mx6: Use a common SPL configuration file
Many boards use a minimal .cfg file in the SPL case. Introduce spl_sd.cfg so that we can reuse it. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
7d29acd9b7
commit
53b7f18044
6 changed files with 4 additions and 40 deletions
8
arch/arm/imx-common/spl_sd.cfg
Normal file
8
arch/arm/imx-common/spl_sd.cfg
Normal file
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
* Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
IMAGE_VERSION 2
|
||||
BOOT_FROM sd
|
Loading…
Add table
Add a link
Reference in a new issue