commit | 644509417d748f4e4f502ebb5b628a5415466cde | [log] [tgz] |
---|---|---|
author | Ian Ray <ian.ray@ge.com> | Thu Jan 31 16:21:18 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Sat Apr 13 20:30:08 2019 +0200 |
tree | 7dc89e2be716c245ee7c5ee3cdce0e8180183395 | |
parent | 02483fc41af97b4bf13cc84be2e80cdacd7a2f36 [diff] [blame] |
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>
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index 14114ac..354c61f 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig
@@ -61,3 +61,4 @@ CONFIG_DM_GPIO=y CONFIG_DM_SPI=y CONFIG_DM_SPI_FLASH=y +CONFIG_OF_BOARD_SETUP=y