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>
Thu, 10 Oct 2019 04:38:42 +0000 (13:38 +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 0ea6f7f..624eda9 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"\