diff options
author | Fabio Estevam | 2015-04-27 09:20:52 -0300 |
---|---|---|
committer | Stefano Babic | 2015-05-15 19:21:23 +0200 |
commit | 62be18ef74d50e53bc6bd15e51ad47fbf5d6ee11 (patch) | |
tree | b3b756909c856e4cf12b8aee0f49c77484f2f172 /configs | |
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 'configs')
-rw-r--r-- | configs/hummingboard_solo_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/hummingboard_solo_defconfig b/configs/hummingboard_solo_defconfig deleted file mode 100644 index 2a256b43892..00000000000 --- a/configs/hummingboard_solo_defconfig +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_ARM=y -CONFIG_TARGET_HUMMINGBOARD=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/solidrun/hummingboard/solo.cfg,MX6S,DDR_MB=512" |