commit | 8b9c751d66621cb7309b86e66fe4527afe398ea4 | [log] [tgz] |
---|---|---|
author | Wu, Josh <Josh.wu@atmel.com> | Wed Aug 19 19:11:18 2015 +0800 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Fri Aug 21 15:47:04 2015 +0200 |
tree | b018187bc67bafa1136a7c1c85a61b186d67897f | |
parent | 29365dfe7dc6751b2d2a328edbad1242e7aab109 [diff] |
ARM: at91: sama5: move the sd/mmc env config to at91-sama5_common.h As almost all sama5 sd/mmc env configurations are same, so move them to at91-sama5_common.h. Also define CONFIG_ENV_VARS_UBOOT_CONFIG to have the varaible: $board_name. Then we can use 'at91-${board_name}.dtb' as the dtb name. TODO: since sama5d3xek has different dtb name, we need to some extra stuff to make it work on sama5d3xek boards. Signed-off-by: Josh Wu <josh.wu@atmel.com>