diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-04-27 09:20:52 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-15 19:21:23 +0200 |
commit | 62be18ef74d50e53bc6bd15e51ad47fbf5d6ee11 (patch) | |
tree | b3b756909c856e4cf12b8aee0f49c77484f2f172 /board/solidrun/hummingboard/solo.cfg | |
parent | d783c2744f9b04426f21e1afc4f3bc93fd21fa30 (diff) |
hummingboard: Remove mx6solo specific support
Hummingboard dual, dual-lite and solo are now supported via SPL mechanism.
Remove the previous hummingboard support, which does not use SPL and supported
only the solo variant.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/solidrun/hummingboard/solo.cfg')
-rw-r--r-- | board/solidrun/hummingboard/solo.cfg | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/board/solidrun/hummingboard/solo.cfg b/board/solidrun/hummingboard/solo.cfg deleted file mode 100644 index 28dd75065e..0000000000 --- a/board/solidrun/hummingboard/solo.cfg +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright (C) 2013 Boundary Devices - * Copyright (C) 2013 Jon Nettleton <jon.nettleton@gmail.com> - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -/* image version */ -IMAGE_VERSION 2 - -/* - * Boot Device : one of - * spi, sd (the board has no nand neither onenand) - */ -BOOT_FROM sd - -#define __ASSEMBLY__ -#include <config.h> -#include "asm/arch/mx6-ddr.h" -#include "asm/arch/iomux.h" -#include "asm/arch/crm_regs.h" - -#include "../mx6-microsom/ddr-800mhz-32bit-setup.cfg" -#include "../mx6-microsom/800mhz_2x128mx16.cfg" -#include "../mx6-microsom/clocks.cfg" |