diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-04-23 20:24:16 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-04-26 13:54:39 +0200 |
commit | bb6d2ff2ac96a6b3d83f7f65483a2f8087d1f902 (patch) | |
tree | 1470f84e27f7facce8ab686644696f10c0a41ed1 /arch/arm/mach-rmobile | |
parent | 49aefe300a6f52e49eeb66c9edbc45b688518fdd (diff) | |
download | u-boot-bb6d2ff2ac96a6b3d83f7f65483a2f8087d1f902.tar.gz u-boot-bb6d2ff2ac96a6b3d83f7f65483a2f8087d1f902.tar.xz u-boot-bb6d2ff2ac96a6b3d83f7f65483a2f8087d1f902.zip |
ARM: rmobile: Update E2 Alt
The E2 Alt port was broken since some time. This patch updates
the E2 Alt port to use modern frameworks, DM, DT probing, SPL
for the preloading and puts it on par with the M2 Porter board.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/mach-rmobile')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32 index 176f9a6296..84c1a6d07b 100644 --- a/arch/arm/mach-rmobile/Kconfig.32 +++ b/arch/arm/mach-rmobile/Kconfig.32 @@ -69,6 +69,9 @@ config TARGET_ALT bool "Alt board" select DM select DM_SERIAL + select SUPPORT_SPL + select USE_TINY_PRINTF + select SPL_TINY_MEMSET config TARGET_SILK bool "Silk board" |