]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/ArmJunoPkg: only have 1 PCD for the FDT
authorRyan Harkin <ryan.harkin@linaro.org>
Wed, 10 Feb 2016 16:25:35 +0000 (16:25 +0000)
committerLeif Lindholm <leif.lindholm@linaro.org>
Fri, 12 Feb 2016 17:47:08 +0000 (17:47 +0000)
Juno doesn't have lots of DTB files in NOR flash, it only has 1 file,
called "board.dtb" and the motherboard configuration makes the right
choice about which DTB file gets written as board.dtb in NOR.

The code attempts to select which DTB it should use based on the board
variant or configuration.  And this doesn't work because those DTB files
aren't present in NOR flash.

So remove the DTB variants and only load board.dtb.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

No differences found