]> Git Repo - u-boot.git/commit
board:samsung:common: set envs with board unified information
authorPiotr Wilczek <[email protected]>
Wed, 22 Jan 2014 14:54:32 +0000 (15:54 +0100)
committerMinkyu Kang <[email protected]>
Fri, 7 Feb 2014 01:06:24 +0000 (10:06 +0900)
commiteee2fab0bddb2c460a96a943d7ed6b0f3718f0fd
tree1393e8d8ba7e569fdbe714aaa3dd1f8392304fca
parentd1cbf0a5ad8af65c8c1b9a0c848363de7ede91fe
board:samsung:common: set envs with board unified information

This patch sets envs that describe board information.
The following envs are set: soc_id, soc_rev, board_rev.
Based on this information, if CONFIG_OF_LIBFDT is enabled,
the 'fdtfile' env is set as:
fdtfile=${soc_family}${soc_id}-${board}.dtb

The generated envs are intenionally not saved to persistent storage.

Signed-off-by: Piotr Wilczek <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
board/samsung/common/misc.c
include/samsung/misc.h
This page took 0.047851 seconds and 4 git commands to generate.