summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2021-02-03 08:20:23 +0100
committerJaehoon Chung <jh80.chung@samsung.com>2023-10-17 13:19:30 +0900
commit70c25b3050b968f7440fece71227aeaf858a4625 (patch)
treeff8791d30c0b993ed7bbf8479825cb5cadaa3831 /arch
parentac14876f29bcf1d6553d95088a5e4509a97a7c82 (diff)
downloadu-boot-70c25b3050b968f7440fece71227aeaf858a4625.tar.gz
u-boot-70c25b3050b968f7440fece71227aeaf858a4625.tar.bz2
u-boot-70c25b3050b968f7440fece71227aeaf858a4625.zip
tizen: amlogic: remove obsolete TIZEN_AMLOGIC_USE_VENDOR_KERNEL option
After a fix to vendor kernel, the workaround enabled by the TIZEN_AMLOGIC_USE_VENDOR_KERNEL option is no longer needed. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Change-Id: Ie83030aa131779965ca09fcd8603b27b0d8fc87f
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-meson/Kconfig4
-rw-r--r--arch/arm/mach-meson/board-g12a.c2
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
index 367dbdb455..66d15ba370 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -119,8 +119,4 @@ config TIZEN_ODROID_C4
When boot on Tizen Platform, enable this configuration.
If you want to use mainline boot, disable this.
-config TIZEN_AMLOGIC_USE_VENDOR_KERNEL
- bool "Use vendor kernel about Amlogic SoCs for Tizen"
- help
- Enable this configuration if use Vendor Linux Kernel.
endif
diff --git a/arch/arm/mach-meson/board-g12a.c b/arch/arm/mach-meson/board-g12a.c
index ab59cf85e8..d5a830fb1d 100644
--- a/arch/arm/mach-meson/board-g12a.c
+++ b/arch/arm/mach-meson/board-g12a.c
@@ -30,7 +30,6 @@ int meson_get_boot_device(void)
*/
void meson_init_reserved_memory(void *fdt)
{
-#ifndef CONFIG_TIZEN_AMLOGIC_USE_VENDOR_KERNEL
u64 bl31_size, bl31_start;
u64 bl32_size, bl32_start;
u32 reg;
@@ -57,7 +56,6 @@ void meson_init_reserved_memory(void *fdt)
/* Add BL32 reserved zone */
if (bl32_start && bl32_size)
meson_board_add_reserved_memory(fdt, bl32_start, bl32_size);
-#endif
#if defined(CONFIG_VIDEO_MESON)
meson_vpu_rsv_fb(fdt);