summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx6sabresd
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-11-14 09:37:02 -0200
committerStefano Babic <sbabic@denx.de>2014-11-20 10:30:18 +0100
commit53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c (patch)
tree1745d6f2d2eb511e1a819aaeb02996650bd9e1ab /board/freescale/mx6sabresd
parent7d29acd9b72128d153707c1a71bcd692b42f791c (diff)
downloadblackbird-obmc-uboot-53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c.tar.gz
blackbird-obmc-uboot-53b7f18044c44e7f3ea0ee10bb4cd775df3aaa3c.zip
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>
Diffstat (limited to 'board/freescale/mx6sabresd')
-rw-r--r--board/freescale/mx6sabresd/mx6sabresd_spl.cfg20
1 files changed, 0 insertions, 20 deletions
diff --git a/board/freescale/mx6sabresd/mx6sabresd_spl.cfg b/board/freescale/mx6sabresd/mx6sabresd_spl.cfg
deleted file mode 100644
index 1d031ba3d8..0000000000
--- a/board/freescale/mx6sabresd/mx6sabresd_spl.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (C) 2011 Freescale Semiconductor, Inc.
- * Jason Liu <r64343@freescale.com>
- *
- * SPDX-License-Identifier: GPL-2.0+
- *
- * Refer doc/README.imximage for more details about how-to configure
- * and create imximage boot image
- *
- * The syntax is taken as close as possible with the kwbimage
- */
-
-/* image version */
-IMAGE_VERSION 2
-
-/*
- * Boot Device : one of
- * spi, sd (the board has no nand neither onenand)
- */
-BOOT_FROM sd
OpenPOWER on IntegriCloud