Re: [U-Boot] [PATCH 1/2] hummingboard: Remove mx6solo specific support

2015-05-04 Thread Fabio Estevam
Hi Stefano,

On Mon, Apr 27, 2015 at 9:05 PM, Tom Rini tr...@konsulko.com wrote:
 On Mon, Apr 27, 2015 at 09:20:52AM -0300, Fabio Estevam wrote:
 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.este...@freescale.com

 Reviewed-by: Tom Rini tr...@konsulko.com

Are you fine with this series?

Thanks,

Fabio Estevam
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 1/2] hummingboard: Remove mx6solo specific support

2015-04-27 Thread Fabio Estevam
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.este...@freescale.com
---
 arch/arm/Kconfig   |   5 -
 board/solidrun/hummingboard/Kconfig|  15 --
 board/solidrun/hummingboard/MAINTAINERS|   6 -
 board/solidrun/hummingboard/Makefile   |   9 --
 board/solidrun/hummingboard/README |  40 --
 board/solidrun/hummingboard/hummingboard.c | 182 ---
 board/solidrun/hummingboard/solo.cfg   |  25 
 configs/hummingboard_solo_defconfig|   3 -
 include/configs/hummingboard.h | 224 -
 9 files changed, 509 deletions(-)
 delete mode 100644 board/solidrun/hummingboard/Kconfig
 delete mode 100644 board/solidrun/hummingboard/MAINTAINERS
 delete mode 100644 board/solidrun/hummingboard/Makefile
 delete mode 100644 board/solidrun/hummingboard/README
 delete mode 100644 board/solidrun/hummingboard/hummingboard.c
 delete mode 100644 board/solidrun/hummingboard/solo.cfg
 delete mode 100644 configs/hummingboard_solo_defconfig
 delete mode 100644 include/configs/hummingboard.h

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7c383cb..b97f72b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -542,10 +542,6 @@ config TARGET_GW_VENTANA
select CPU_V7
select SUPPORT_SPL
 
-config TARGET_HUMMINGBOARD
-   bool Support hummingboard
-   select CPU_V7
-
 config TARGET_KOSAGI_NOVENA
bool Support Kosagi Novena
select CPU_V7
@@ -862,7 +858,6 @@ source board/siemens/pxm2/Kconfig
 source board/siemens/rut/Kconfig
 source board/silica/pengwyn/Kconfig
 source board/solidrun/mx6cuboxi/Kconfig
-source board/solidrun/hummingboard/Kconfig
 source board/spear/spear300/Kconfig
 source board/spear/spear310/Kconfig
 source board/spear/spear320/Kconfig
diff --git a/board/solidrun/hummingboard/Kconfig 
b/board/solidrun/hummingboard/Kconfig
deleted file mode 100644
index 36b7904..000
--- a/board/solidrun/hummingboard/Kconfig
+++ /dev/null
@@ -1,15 +0,0 @@
-if TARGET_HUMMINGBOARD
-
-config SYS_BOARD
-   default hummingboard
-
-config SYS_VENDOR
-   default solidrun
-
-config SYS_SOC
-   default mx6
-
-config SYS_CONFIG_NAME
-   default hummingboard
-
-endif
diff --git a/board/solidrun/hummingboard/MAINTAINERS 
b/board/solidrun/hummingboard/MAINTAINERS
deleted file mode 100644
index c0c062a..000
--- a/board/solidrun/hummingboard/MAINTAINERS
+++ /dev/null
@@ -1,6 +0,0 @@
-HUMMINGBOARD BOARD
-M: Jon Nettleton jon.nettle...@gmail.com
-S: Maintained
-F: board/solidrun/hummingboard/
-F: include/configs/hummingboard.h
-F: configs/hummingboard_solo_defconfig
diff --git a/board/solidrun/hummingboard/Makefile 
b/board/solidrun/hummingboard/Makefile
deleted file mode 100644
index 042a2f0..000
--- a/board/solidrun/hummingboard/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# (C) Copyright 2013 Freescale Semiconductor, Inc.
-# Copyright (C) 2013, Boundary Devices i...@boundarydevices.com
-# Copyright (C) 2013, Jon Nettleton jon.nettle...@gmail.com
-#
-# SPDX-License-Identifier: GPL-2.0+
-#
-
-obj-y  := hummingboard.o
diff --git a/board/solidrun/hummingboard/README 
b/board/solidrun/hummingboard/README
deleted file mode 100644
index cfd62d4..000
--- a/board/solidrun/hummingboard/README
+++ /dev/null
@@ -1,40 +0,0 @@
-U-Boot for SolidRun Hummingboard
-
-
-This file contains information for the port of U-Boot to the Hummingboard.
-
-For more details about Hummingboard, please refer to:
-http://imx.solid-run.com/wiki/index.php?title=Carrier-One_Hardware
-
-(Carrier-One was the previous name of Hummingboard).
-
-Building U-boot for Hummingboard
-
-
-To build U-Boot for the Hummingboard Solo version:
-
-$ make hummingboard_solo_config
-$ make
-
-Flashing U-boot into the SD card
-
-
-- After the 'make' command completes, the generated 'u-boot.imx' binary must be
-flashed into the SD card:
-
-$ sudo dd if=u-boot.imx of=/dev/mmcblk0 bs=1k seek=1; sync
-
-(Note - the SD card node may vary, so adjust this as needed).
-
-Also, a more detailed explanation on how to format the SD card is available
-at doc/README.imximage.
-
-- Insert the micro SD card into the slot located in the bottom of the board
-
-- Connect a 3.3V USB to serial converter cable to the host PC. The MX6 UART
-signals are available in the 26 pin connector as shown at:
-http://imx.solid-run.com/wiki/index.php?title=Carrier-One_Hardware
-(Check for 26 pin header layout).
-
-- Power up the board via USB cable (CON201) and U-boot messages will appear in
-the serial console.
diff --git a/board/solidrun/hummingboard/hummingboard.c 
b/board/solidrun/hummingboard/hummingboard.c
deleted file mode 100644
index 52c384b..000
--- 

Re: [U-Boot] [PATCH 1/2] hummingboard: Remove mx6solo specific support

2015-04-27 Thread Tom Rini
On Mon, Apr 27, 2015 at 09:20:52AM -0300, Fabio Estevam wrote:
 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.este...@freescale.com

Reviewed-by: Tom Rini tr...@konsulko.com

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot