commit | 3c0c6602a0aa97e1c721ded3c892f6615f4f6b3f | [log] [tgz] |
---|---|---|
author | Wu, Josh <Josh.wu@atmel.com> | Wed Aug 19 19:11:19 2015 +0800 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Fri Aug 21 15:47:04 2015 +0200 |
tree | 74fee6fea163498a5ad21021461edcf3388bd676 | |
parent | 8b9c751d66621cb7309b86e66fe4527afe398ea4 [diff] |
ARM: at91: sama5d3xek: use a $dtb_name to load dtb Since sama5d3xek boards has different type of dtb blobs, so we need to detect the cpu type in runtime. So we add a new variable $dtb_name. if $dtb_name is not defined, we just use at91-${board_name}.dtb as the $dtb_name. Otherwise, we will just load the dtb with $dtb_name. For sama5d3xek, we will detect cpu type and make up $dtb_name in runtime. Signed-off-by: Josh Wu <josh.wu@atmel.com>