diff options
| author | Ian Ray <[email protected]> | 2018-01-10 20:31:33 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2018-02-04 12:00:58 +0100 |
| commit | f07b3148d74b9859ddfa3de2dd5cacb504530f4f (patch) | |
| tree | cf78fb4858313ad7c4693587147740c382ae50a0 /configs | |
| parent | 6d6564957ced9a29ca62adee68a6e24040dd54be (diff) | |
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 <[email protected]>
Signed-off-by: Martyn Welch <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
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 f95c3cdc795..76cc4070e04 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 3af06302343..e82abe21eb1 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 5f008eac750..4f9d77cc4fe 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 |
