]> Git Repo - J-u-boot.git/commit
arm: exynos: Remove duplicated "boardname" env setting
authorKrzysztof Kozlowski <[email protected]>
Fri, 22 Feb 2019 18:36:43 +0000 (19:36 +0100)
committerMinkyu Kang <[email protected]>
Mon, 11 Mar 2019 06:53:29 +0000 (15:53 +0900)
commite6b1467081d3fb3f86933a14cda1d864eb0e6ac8
tree1c451430afc28ab72470dacc84a94fbf58bbda96
parentd9cab9f92060cc19e3b79ec98cf2aa192d1be474
arm: exynos: Remove duplicated "boardname" env setting

Various places in the code set "boardname" env property.  It was used
for booting from ITB images and choosing proper DTB file name.  Instead
of duplicating it, use existing U-Boot wide - "board_name".

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Lukasz Majewski <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
board/samsung/common/bootscripts/autoboot.cmd
board/samsung/common/misc.c
include/configs/odroid.h
include/configs/odroid_xu3.h
This page took 0.033234 seconds and 4 git commands to generate.