History log of /u-boot/arch/arm/mach-omap2/omap5/Kconfig
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 7a3ee61f 04-Apr-2023 Tom Rini <trini@konsulko.com>

arm: Remove omap5_uevm board

This platform is unsupported by TI and was never widely distributed. As
this is untested for a long while and missing some DM conversions,
remove it and related device tree files.

Signed-off-by: Tom Rini <trini@konsulko.com>

# d5c77533 19-Nov-2022 Tom Rini <trini@konsulko.com>

Convert CONFIG_IODELAY_RECALIBRATION to Kconfig

This converts the following to Kconfig:
CONFIG_IODELAY_RECALIBRATION

Signed-off-by: Tom Rini <trini@konsulko.com>

# 789bb953 16-Nov-2022 Tom Rini <trini@konsulko.com>

Convert CONFIG_SYS_OMAP_ABE_SYSCK to Kconfig

This converts the following to Kconfig:
CONFIG_SYS_OMAP_ABE_SYSCK

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

# 0705e25c 04-May-2021 Kory Maincent <kory.maincent@bootlin.com>

am57xx: add support for cape detect functionality

This commit enables using the extension board detection mechanism on
AM57xx based platforms.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>

# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>

# 58008cba 23-Jul-2018 Michal Simek <michal.simek@amd.com>

Kconfig: Sort bool, default, select and imply options

Another round of sorting Kconfig entries aplhabetically.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>

# 1f126897 28-Dec-2017 Lokesh Vutla <lokeshvutla@ti.com>

board: ti: am57xx: Enable CMD_DDR3

Enable CMD_DDR3 on all am57xx based platforms.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

# 16fa2eb9 14-Nov-2017 Faiz Abbas <faiz_abbas@ti.com>

ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx

Configure thermal configs to remain set by default for dra7xx and am57xx
devices.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

# 0537e097 20-Aug-2017 Lokesh Vutla <lokeshvutla@ti.com>

arm: dra7: Kconfig: Select LP87565 related configs

LP87565 is present on dra76-evm. Select it for
TARGET_DRA7XX_EVM.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

# 3348e0c0 10-Jul-2017 Andrew F. Davis <afd@ti.com>

arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c

TEE loading and firewall setup are common to all omap2 devices, move
these function out of omap5 and into mach-omap2. This allows us
to use these functions from other omap class devices.

Signed-off-by: Andrew F. Davis <afd@ti.com>

# fedb428c 14-Jun-2017 Simon Glass <sjg@chromium.org>

Convert CONFIG_SCSI to Kconfig

This converts the following to Kconfig:
CONFIG_SCSI

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

# d87f8296 12-May-2017 Tom Rini <trini@konsulko.com>

omap5: Migrate CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC to Kconfig

While in theory this value could be used in places outside of "omap5"
(such as OMAP4), we only make use of it today in OMAP5, so place the
Kconfig entry there. Given that Kconfig lets us provide a default, we
drop CONFIG_DEFAULT_OMAP_RESET_TIME_MAX_USEC entirely. The contents of
doc/README.omap-reset-time make a good help entry, so adjust them
slightly and delete the file. Move the comment about range to where we
use the value now, and have Kconfig enforce the upper bound.

Signed-off-by: Tom Rini <trini@konsulko.com>

# 67566ab6 23-Feb-2017 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: dra7xx: move CONFIG_DRA7XX to Kconfig

The symbol CONFIG_DRA7XX is needed for Kconfig conditions.

Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Reviewed-by: Tom Rini <trini@konsulko.com>

# 9d4f7a31 03-Mar-2017 Tom Rini <trini@konsulko.com>

TI: Migrate board/ti/common/Kconfig to imply

The option that we had set in board/ti/common/Kconfig as default y are
best done with imply under the appropriate main Kconfig option instead.

Signed-off-by: Tom Rini <trini@konsulko.com>

# e5ec4815 22-Jan-2017 Tom Rini <trini@konsulko.com>

Kconfig: Migrate BOARD_LATE_INIT to a select

This option should not really be user selectable. Note that on PowerPC
we currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so be
conditional on that.

Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com> (for UniPhier)

# 46650d58 28-Dec-2016 Dmitry Lifshitz <lifshitz@compulab.co.il>

arm: am57xx: cl-som-am57x: add initial board support

Features supported :

* Serial console
* SPI Flash
* MMC/SD Card
* eMMC storage
* SATA
* PCA9555 - GPIO expander over I2C5 bus
* USB

Use spl alternate boot device feature to define fallback to
the main boot device as it is defined by hardware.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
[uri.mashiach@compulab.co.il: Adjust to v2016.11]
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>

# fba82eb7 22-Nov-2016 Suman Anna <s-anna@ti.com>

ARM: DRA7: Redefine voltage and efuse macros per OPP using Kconfig

Redefine the macros used to define the voltage values and the
efuse register offsets based on OPP for all the voltage domains.
This is done using Kconfig macros that can be set in a defconfig
or selected during a config step. This allows a voltage domain
to be configured/set to a corresponding voltage value depending
on the OPP selection choice.

The Kconfig choices have been added for MPU, DSPEVE, IVA and GPU
voltage domains, with the MPU domain restricted to OPP_NOM. The
OPP_OD and OPP_HIGH options will be added when the support for
configuring the MPU clock frequency is added. The clock
configuration for other voltage domains is out of scope in
u-boot code.

The CORE voltage domain does not have separate voltage values
and efuse register offset at different OPPs, while the MPU
voltage domain only has different efuse register offsets for
different OPPs, but uses the same voltage value. Any different
choices of OPPs for voltage domains on common ganged-rails
is automatically taken care to select the corresponding
highest OPP voltage value.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

# 983e3700 07-Nov-2016 Tom Rini <trini@konsulko.com>

arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms

This moves what was in arch/arm/cpu/armv7/omap-common in to
arch/arm/mach-omap2 and moves
arch/arm/cpu/armv7/{am33xx,omap3,omap4,omap5} in to arch/arm/mach-omap2
as subdirectories. All refernces to the former locations are updated to
the current locations. For the logic to decide what our outputs are,
consolidate the tests into a single config.mk rather than including 4.

Signed-off-by: Tom Rini <trini@konsulko.com>

# d5c77533 19-Nov-2022 Tom Rini <trini@konsulko.com>

Convert CONFIG_IODELAY_RECALIBRATION to Kconfig

This converts the following to Kconfig:
CONFIG_IODELAY_RECALIBRATION

Signed-off-by: Tom Rini <trini@konsulko.com>

# 789bb953 16-Nov-2022 Tom Rini <trini@konsulko.com>

Convert CONFIG_SYS_OMAP_ABE_SYSCK to Kconfig

This converts the following to Kconfig:
CONFIG_SYS_OMAP_ABE_SYSCK

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

# 0705e25c 04-May-2021 Kory Maincent <kory.maincent@bootlin.com>

am57xx: add support for cape detect functionality

This commit enables using the extension board detection mechanism on
AM57xx based platforms.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>

# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>

# 58008cba 23-Jul-2018 Michal Simek <michal.simek@amd.com>

Kconfig: Sort bool, default, select and imply options

Another round of sorting Kconfig entries aplhabetically.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>

# 1f126897 28-Dec-2017 Lokesh Vutla <lokeshvutla@ti.com>

board: ti: am57xx: Enable CMD_DDR3

Enable CMD_DDR3 on all am57xx based platforms.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

# 16fa2eb9 14-Nov-2017 Faiz Abbas <faiz_abbas@ti.com>

ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx

Configure thermal configs to remain set by default for dra7xx and am57xx
devices.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

# 0537e097 20-Aug-2017 Lokesh Vutla <lokeshvutla@ti.com>

arm: dra7: Kconfig: Select LP87565 related configs

LP87565 is present on dra76-evm. Select it for
TARGET_DRA7XX_EVM.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

# 3348e0c0 10-Jul-2017 Andrew F. Davis <afd@ti.com>

arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c

TEE loading and firewall setup are common to all omap2 devices, move
these function out of omap5 and into mach-omap2. This allows us
to use these functions from other omap class devices.

Signed-off-by: Andrew F. Davis <afd@ti.com>

# fedb428c 14-Jun-2017 Simon Glass <sjg@chromium.org>

Convert CONFIG_SCSI to Kconfig

This converts the following to Kconfig:
CONFIG_SCSI

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

# d87f8296 12-May-2017 Tom Rini <trini@konsulko.com>

omap5: Migrate CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC to Kconfig

While in theory this value could be used in places outside of "omap5"
(such as OMAP4), we only make use of it today in OMAP5, so place the
Kconfig entry there. Given that Kconfig lets us provide a default, we
drop CONFIG_DEFAULT_OMAP_RESET_TIME_MAX_USEC entirely. The contents of
doc/README.omap-reset-time make a good help entry, so adjust them
slightly and delete the file. Move the comment about range to where we
use the value now, and have Kconfig enforce the upper bound.

Signed-off-by: Tom Rini <trini@konsulko.com>

# 67566ab6 23-Feb-2017 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: dra7xx: move CONFIG_DRA7XX to Kconfig

The symbol CONFIG_DRA7XX is needed for Kconfig conditions.

Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Reviewed-by: Tom Rini <trini@konsulko.com>

# 9d4f7a31 03-Mar-2017 Tom Rini <trini@konsulko.com>

TI: Migrate board/ti/common/Kconfig to imply

The option that we had set in board/ti/common/Kconfig as default y are
best done with imply under the appropriate main Kconfig option instead.

Signed-off-by: Tom Rini <trini@konsulko.com>

# e5ec4815 22-Jan-2017 Tom Rini <trini@konsulko.com>

Kconfig: Migrate BOARD_LATE_INIT to a select

This option should not really be user selectable. Note that on PowerPC
we currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so be
conditional on that.

Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com> (for UniPhier)

# 46650d58 28-Dec-2016 Dmitry Lifshitz <lifshitz@compulab.co.il>

arm: am57xx: cl-som-am57x: add initial board support

Features supported :

* Serial console
* SPI Flash
* MMC/SD Card
* eMMC storage
* SATA
* PCA9555 - GPIO expander over I2C5 bus
* USB

Use spl alternate boot device feature to define fallback to
the main boot device as it is defined by hardware.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
[uri.mashiach@compulab.co.il: Adjust to v2016.11]
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>

# fba82eb7 22-Nov-2016 Suman Anna <s-anna@ti.com>

ARM: DRA7: Redefine voltage and efuse macros per OPP using Kconfig

Redefine the macros used to define the voltage values and the
efuse register offsets based on OPP for all the voltage domains.
This is done using Kconfig macros that can be set in a defconfig
or selected during a config step. This allows a voltage domain
to be configured/set to a corresponding voltage value depending
on the OPP selection choice.

The Kconfig choices have been added for MPU, DSPEVE, IVA and GPU
voltage domains, with the MPU domain restricted to OPP_NOM. The
OPP_OD and OPP_HIGH options will be added when the support for
configuring the MPU clock frequency is added. The clock
configuration for other voltage domains is out of scope in
u-boot code.

The CORE voltage domain does not have separate voltage values
and efuse register offset at different OPPs, while the MPU
voltage domain only has different efuse register offsets for
different OPPs, but uses the same voltage value. Any different
choices of OPPs for voltage domains on common ganged-rails
is automatically taken care to select the corresponding
highest OPP voltage value.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

# 983e3700 07-Nov-2016 Tom Rini <trini@konsulko.com>

arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms

This moves what was in arch/arm/cpu/armv7/omap-common in to
arch/arm/mach-omap2 and moves
arch/arm/cpu/armv7/{am33xx,omap3,omap4,omap5} in to arch/arm/mach-omap2
as subdirectories. All refernces to the former locations are updated to
the current locations. For the logic to decide what our outputs are,
consolidate the tests into a single config.mk rather than including 4.

Signed-off-by: Tom Rini <trini@konsulko.com>

# 0705e25c 04-May-2021 Kory Maincent <kory.maincent@bootlin.com>

am57xx: add support for cape detect functionality

This commit enables using the extension board detection mechanism on
AM57xx based platforms.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>

# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>

# 58008cba 23-Jul-2018 Michal Simek <michal.simek@xilinx.com>

Kconfig: Sort bool, default, select and imply options

Another round of sorting Kconfig entries aplhabetically.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>

# 1f126897 28-Dec-2017 Lokesh Vutla <lokeshvutla@ti.com>

board: ti: am57xx: Enable CMD_DDR3

Enable CMD_DDR3 on all am57xx based platforms.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

# 16fa2eb9 14-Nov-2017 Faiz Abbas <faiz_abbas@ti.com>

ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx

Configure thermal configs to remain set by default for dra7xx and am57xx
devices.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

# 0537e097 20-Aug-2017 Lokesh Vutla <lokeshvutla@ti.com>

arm: dra7: Kconfig: Select LP87565 related configs

LP87565 is present on dra76-evm. Select it for
TARGET_DRA7XX_EVM.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

# 3348e0c0 10-Jul-2017 Andrew F. Davis <afd@ti.com>

arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c

TEE loading and firewall setup are common to all omap2 devices, move
these function out of omap5 and into mach-omap2. This allows us
to use these functions from other omap class devices.

Signed-off-by: Andrew F. Davis <afd@ti.com>

# fedb428c 14-Jun-2017 Simon Glass <sjg@chromium.org>

Convert CONFIG_SCSI to Kconfig

This converts the following to Kconfig:
CONFIG_SCSI

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

# d87f8296 12-May-2017 Tom Rini <trini@konsulko.com>

omap5: Migrate CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC to Kconfig

While in theory this value could be used in places outside of "omap5"
(such as OMAP4), we only make use of it today in OMAP5, so place the
Kconfig entry there. Given that Kconfig lets us provide a default, we
drop CONFIG_DEFAULT_OMAP_RESET_TIME_MAX_USEC entirely. The contents of
doc/README.omap-reset-time make a good help entry, so adjust them
slightly and delete the file. Move the comment about range to where we
use the value now, and have Kconfig enforce the upper bound.

Signed-off-by: Tom Rini <trini@konsulko.com>

# 67566ab6 23-Feb-2017 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: dra7xx: move CONFIG_DRA7XX to Kconfig

The symbol CONFIG_DRA7XX is needed for Kconfig conditions.

Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Reviewed-by: Tom Rini <trini@konsulko.com>

# 9d4f7a31 03-Mar-2017 Tom Rini <trini@konsulko.com>

TI: Migrate board/ti/common/Kconfig to imply

The option that we had set in board/ti/common/Kconfig as default y are
best done with imply under the appropriate main Kconfig option instead.

Signed-off-by: Tom Rini <trini@konsulko.com>

# e5ec4815 22-Jan-2017 Tom Rini <trini@konsulko.com>

Kconfig: Migrate BOARD_LATE_INIT to a select

This option should not really be user selectable. Note that on PowerPC
we currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so be
conditional on that.

Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com> (for UniPhier)

# 46650d58 28-Dec-2016 Dmitry Lifshitz <lifshitz@compulab.co.il>

arm: am57xx: cl-som-am57x: add initial board support

Features supported :

* Serial console
* SPI Flash
* MMC/SD Card
* eMMC storage
* SATA
* PCA9555 - GPIO expander over I2C5 bus
* USB

Use spl alternate boot device feature to define fallback to
the main boot device as it is defined by hardware.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
[uri.mashiach@compulab.co.il: Adjust to v2016.11]
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>

# fba82eb7 22-Nov-2016 Suman Anna <s-anna@ti.com>

ARM: DRA7: Redefine voltage and efuse macros per OPP using Kconfig

Redefine the macros used to define the voltage values and the
efuse register offsets based on OPP for all the voltage domains.
This is done using Kconfig macros that can be set in a defconfig
or selected during a config step. This allows a voltage domain
to be configured/set to a corresponding voltage value depending
on the OPP selection choice.

The Kconfig choices have been added for MPU, DSPEVE, IVA and GPU
voltage domains, with the MPU domain restricted to OPP_NOM. The
OPP_OD and OPP_HIGH options will be added when the support for
configuring the MPU clock frequency is added. The clock
configuration for other voltage domains is out of scope in
u-boot code.

The CORE voltage domain does not have separate voltage values
and efuse register offset at different OPPs, while the MPU
voltage domain only has different efuse register offsets for
different OPPs, but uses the same voltage value. Any different
choices of OPPs for voltage domains on common ganged-rails
is automatically taken care to select the corresponding
highest OPP voltage value.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>

# 983e3700 07-Nov-2016 Tom Rini <trini@konsulko.com>

arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms

This moves what was in arch/arm/cpu/armv7/omap-common in to
arch/arm/mach-omap2 and moves
arch/arm/cpu/armv7/{am33xx,omap3,omap4,omap5} in to arch/arm/mach-omap2
as subdirectories. All refernces to the former locations are updated to
the current locations. For the logic to decide what our outputs are,
consolidate the tests into a single config.mk rather than including 4.

Signed-off-by: Tom Rini <trini@konsulko.com>

# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# a25aea73 07-Jul-2020 Jagan Teki <jagan@amarulasolutions.com>

arm: Remove cm_t54 board

DM, DM_SPI and other driver model migration deadlines
are expired for this board.

Remove it.

Cc: Dmitry Lifshitz <lifshitz@compulab.co.il>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# ecb76eff 13-Apr-2019 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: am57xx: cl-som-am57x: remove board support

U-Boot support for the CL-SOM-AM57x module is no longer required.

Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>


# 58008cba 23-Jul-2018 Michal Simek <michal.simek@xilinx.com>

Kconfig: Sort bool, default, select and imply options

Another round of sorting Kconfig entries aplhabetically.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>


# 1f126897 28-Dec-2017 Lokesh Vutla <lokeshvutla@ti.com>

board: ti: am57xx: Enable CMD_DDR3

Enable CMD_DDR3 on all am57xx based platforms.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>


# 16fa2eb9 14-Nov-2017 Faiz Abbas <faiz_abbas@ti.com>

ARM: dra7: Kconfig: Add thermal configs for dra7xx and am57xx

Configure thermal configs to remain set by default for dra7xx and am57xx
devices.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>


# 0537e097 20-Aug-2017 Lokesh Vutla <lokeshvutla@ti.com>

arm: dra7: Kconfig: Select LP87565 related configs

LP87565 is present on dra76-evm. Select it for
TARGET_DRA7XX_EVM.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>


# 3348e0c0 10-Jul-2017 Andrew F. Davis <afd@ti.com>

arm: mach-omap2: Move omap5/sec-fxns.c into sec-common.c

TEE loading and firewall setup are common to all omap2 devices, move
these function out of omap5 and into mach-omap2. This allows us
to use these functions from other omap class devices.

Signed-off-by: Andrew F. Davis <afd@ti.com>


# fedb428c 14-Jun-2017 Simon Glass <sjg@chromium.org>

Convert CONFIG_SCSI to Kconfig

This converts the following to Kconfig:
CONFIG_SCSI

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>


# d87f8296 12-May-2017 Tom Rini <trini@konsulko.com>

omap5: Migrate CONFIG_OMAP_PLATFORM_RESET_TIME_MAX_USEC to Kconfig

While in theory this value could be used in places outside of "omap5"
(such as OMAP4), we only make use of it today in OMAP5, so place the
Kconfig entry there. Given that Kconfig lets us provide a default, we
drop CONFIG_DEFAULT_OMAP_RESET_TIME_MAX_USEC entirely. The contents of
doc/README.omap-reset-time make a good help entry, so adjust them
slightly and delete the file. Move the comment about range to where we
use the value now, and have Kconfig enforce the upper bound.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 67566ab6 23-Feb-2017 Uri Mashiach <uri.mashiach@compulab.co.il>

arm: dra7xx: move CONFIG_DRA7XX to Kconfig

The symbol CONFIG_DRA7XX is needed for Kconfig conditions.

Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Reviewed-by: Tom Rini <trini@konsulko.com>


# 9d4f7a31 03-Mar-2017 Tom Rini <trini@konsulko.com>

TI: Migrate board/ti/common/Kconfig to imply

The option that we had set in board/ti/common/Kconfig as default y are
best done with imply under the appropriate main Kconfig option instead.

Signed-off-by: Tom Rini <trini@konsulko.com>


# e5ec4815 22-Jan-2017 Tom Rini <trini@konsulko.com>

Kconfig: Migrate BOARD_LATE_INIT to a select

This option should not really be user selectable. Note that on PowerPC
we currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so be
conditional on that.

Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com> (for UniPhier)


# 46650d58 28-Dec-2016 Dmitry Lifshitz <lifshitz@compulab.co.il>

arm: am57xx: cl-som-am57x: add initial board support

Features supported :

* Serial console
* SPI Flash
* MMC/SD Card
* eMMC storage
* SATA
* PCA9555 - GPIO expander over I2C5 bus
* USB

Use spl alternate boot device feature to define fallback to
the main boot device as it is defined by hardware.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
[uri.mashiach@compulab.co.il: Adjust to v2016.11]
Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>


# fba82eb7 22-Nov-2016 Suman Anna <s-anna@ti.com>

ARM: DRA7: Redefine voltage and efuse macros per OPP using Kconfig

Redefine the macros used to define the voltage values and the
efuse register offsets based on OPP for all the voltage domains.
This is done using Kconfig macros that can be set in a defconfig
or selected during a config step. This allows a voltage domain
to be configured/set to a corresponding voltage value depending
on the OPP selection choice.

The Kconfig choices have been added for MPU, DSPEVE, IVA and GPU
voltage domains, with the MPU domain restricted to OPP_NOM. The
OPP_OD and OPP_HIGH options will be added when the support for
configuring the MPU clock frequency is added. The clock
configuration for other voltage domains is out of scope in
u-boot code.

The CORE voltage domain does not have separate voltage values
and efuse register offset at different OPPs, while the MPU
voltage domain only has different efuse register offsets for
different OPPs, but uses the same voltage value. Any different
choices of OPPs for voltage domains on common ganged-rails
is automatically taken care to select the corresponding
highest OPP voltage value.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>


# 983e3700 07-Nov-2016 Tom Rini <trini@konsulko.com>

arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms

This moves what was in arch/arm/cpu/armv7/omap-common in to
arch/arm/mach-omap2 and moves
arch/arm/cpu/armv7/{am33xx,omap3,omap4,omap5} in to arch/arm/mach-omap2
as subdirectories. All refernces to the former locations are updated to
the current locations. For the logic to decide what our outputs are,
consolidate the tests into a single config.mk rather than including 4.

Signed-off-by: Tom Rini <trini@konsulko.com>