commit | d70e3f8daa7a39de6e0aff506afc7c54cc686205 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Wed Feb 27 17:01:11 2019 +0100 |
committer | Patrick Delaunay <patrick.delaunay@st.com> | Fri Apr 12 16:09:13 2019 +0200 |
tree | 243411abcb2ea1d76aacec141123706cbdadd055 | |
parent | 92dc1022986a075a1fb3f3d9982e6815b706b671 [diff] |
stm32mp1: add runtime information in environment Set board name with the first dts compatible found in DT code under CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG The result with DEVICE_TREE=stm32mp157c-ev1 is: STM32MP> env print board=stm32mp1 board_name=stm32mp157c-ev1 Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>