configs: odroid_xu3: remove obsolete OdroidXU3-lite workaround
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 14 Aug 2019 08:00:33 +0000 (10:00 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 20 Oct 2020 06:13:47 +0000 (15:13 +0900)
All Tizen Exynos Linux kernels (v4.14 and even older v4.1) support
OdroidXU3-lite board and provides proper dtb file for it, so this
workaround is no longer needed. It may even cause overheating issues,
because 'real' XU3 board uses higher CPU frequencies, which are no
available on the 'lite' board.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I203ed164741e3281a8923a979e8e077905fb681f

include/configs/odroid_xu3.h

index 2bdb36520f6da7beb1a1b2d421fd0e1786451713..294da4bdb16f6b4a5a71bcd9bbe8e8b12cb1ec96 100644 (file)
        EXYNOS_FDTFILE_SETTING \
        MEM_LAYOUT_ENV_SETTINGS \
        PLATFORM_BOOT_INFO \
-       "checkboard=" \
-               "if test ${boardname} = odroidxu3-lite; then; " \
-                       "setenv fdtfile exynos5422-odroidxu3.dtb;"  \
-                       "echo;echo ' '@@@@@ !Warning! @@@@@;" \
-                       "echo ' 'Detected Odroid XU3-Lite;" \
-                       "echo ' 'Overwriting $'{'fdtfile'}' to exynos5422-odroidxu3.dtb;" \
-                       "echo ' 'To prevent this, run: env delete checkboard;echo;" \
-               "fi;\0" \
+       "checkboard=\0" \
        "bootdelay=0\0" \
        "rootfstype=ext4\0" \
        "console=" CONFIG_DEFAULT_CONSOLE "\0"\