diff options
author | Xiaobo Gu <xiaobo.gu@amlogic.com> | 2015-09-29 18:53:32 +0800 |
---|---|---|
committer | Xiaobo Gu <xiaobo.gu@amlogic.com> | 2015-11-04 16:00:19 +0800 |
commit | 57f9d98762737432a3402c1700949573178ede36 (patch) | |
tree | 1640f4a71e306dfc820055c54441d56b15049e67 /arch/arm/Kconfig | |
parent | 95353eabd58efe2f32021a87ac4f791558efeac8 (diff) | |
download | u-boot-odroid-c1-57f9d98762737432a3402c1700949573178ede36.tar.gz |
PD#114724: Merge gxtvbaby code - init version
This is a combination of 6 commits.
GXTVBaby bringup v2
gxtvbb pinmux setting fixed
[GXTVBB] chip bring up work
gxtvbb: env: add Environment variable storeboot
[GXTVBB]: support SPI boot
[GXTVBB]: DDR part update
Change-Id: I2a6c4238d8c8b07e6e3bfba9abdd90940d0d499a
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 59c0a3d3fc..3b7d80d7a1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -736,6 +736,10 @@ config TARGET_MESON_GX bool "Support meson gx-series 64bit" select ARM64 +config TARGET_MESON_GXTV + bool "Support meson gxtv-series 64bit" + select ARM64 + config TARGET_LS1021AQDS bool "Support ls1021aqds" select CPU_V7 |