diff options
author | Ian Ray <ian.ray@ge.com> | 2018-01-10 20:31:33 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-02-04 12:00:58 +0100 |
commit | f07b3148d74b9859ddfa3de2dd5cacb504530f4f (patch) | |
tree | cf78fb4858313ad7c4693587147740c382ae50a0 /configs | |
parent | 6d6564957ced9a29ca62adee68a6e24040dd54be (diff) | |
download | u-boot-f07b3148d74b9859ddfa3de2dd5cacb504530f4f.tar.gz u-boot-f07b3148d74b9859ddfa3de2dd5cacb504530f4f.tar.xz u-boot-f07b3148d74b9859ddfa3de2dd5cacb504530f4f.zip |
board: ge: bx50v3: Support FIT and select configuration based on VPD
Modify configuration to support FIT. Set variable `confidx' from VPD,
in order to load the correct device tree. Modify/simplify U-Boot
environment to support loading FIT image.
Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/ge_b450v3_defconfig | 1 | ||||
-rw-r--r-- | configs/ge_b650v3_defconfig | 1 | ||||
-rw-r--r-- | configs/ge_b850v3_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/ge_b450v3_defconfig b/configs/ge_b450v3_defconfig index f95c3cdc79..76cc4070e0 100644 --- a/configs/ge_b450v3_defconfig +++ b/configs/ge_b450v3_defconfig @@ -32,3 +32,4 @@ CONFIG_CMD_NET=y CONFIG_CMD_PCI=y CONFIG_E1000=y CONFIG_CMD_E1000=y +CONFIG_FIT=y diff --git a/configs/ge_b650v3_defconfig b/configs/ge_b650v3_defconfig index 3af0630234..e82abe21eb 100644 --- a/configs/ge_b650v3_defconfig +++ b/configs/ge_b650v3_defconfig @@ -32,3 +32,4 @@ CONFIG_CMD_NET=y CONFIG_CMD_PCI=y CONFIG_E1000=y CONFIG_CMD_E1000=y +CONFIG_FIT=y diff --git a/configs/ge_b850v3_defconfig b/configs/ge_b850v3_defconfig index 5f008eac75..4f9d77cc4f 100644 --- a/configs/ge_b850v3_defconfig +++ b/configs/ge_b850v3_defconfig @@ -32,3 +32,4 @@ CONFIG_CMD_NET=y CONFIG_CMD_PCI=y CONFIG_E1000=y CONFIG_CMD_E1000=y +CONFIG_FIT=y |