diff options
author | Ian Ray <ian.ray@ge.com> | 2019-01-31 16:21:18 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:08 +0200 |
commit | 61c4c2bf1e648bdf49d58a5388f1414f3906b62f (patch) | |
tree | 7dc89e2be716c245ee7c5ee3cdce0e8180183395 /configs/mx53ppd_defconfig | |
parent | 31c9afdd92380c6a1902325f322d2c4ba52d0ba2 (diff) |
board: ge: store version information in fdt
Add board-specific FDT function to store U-Boot version in device tree.
Signed-off-by: Ian Ray <ian.ray@ge.com>
Diffstat (limited to 'configs/mx53ppd_defconfig')
-rw-r--r-- | configs/mx53ppd_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig index ec3bc10f6d..db31d817aa 100644 --- a/configs/mx53ppd_defconfig +++ b/configs/mx53ppd_defconfig @@ -50,3 +50,4 @@ CONFIG_DM_MMC=y CONFIG_BLK=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX5=y +CONFIG_OF_BOARD_SETUP=y |