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/ge_bx50v3_defconfig | |
parent | 31c9afdd92380c6a1902325f322d2c4ba52d0ba2 (diff) | |
download | u-boot-61c4c2bf1e648bdf49d58a5388f1414f3906b62f.tar.gz |
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/ge_bx50v3_defconfig')
-rw-r--r-- | configs/ge_bx50v3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index 14114acbce..354c61fd6b 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -61,3 +61,4 @@ CONFIG_PINCTRL_IMX6=y CONFIG_DM_GPIO=y CONFIG_DM_SPI=y CONFIG_DM_SPI_FLASH=y +CONFIG_OF_BOARD_SETUP=y |