fsp2: add bsp(u-boot) recipe

changing dummy u-boot settings on working u-boot version
for fsp2 on ppc476.

for local compile/deploy action can be used with
bitbake -c compile -f u-boot-fsp2
bitbake -c deploy -f u-boot-fsp2

Signed-off-by: Ivan Mikhaylov <ivan@de.ibm.com>
Change-Id: Iebc74d2c67b0461b87f311e0b0df6ebed7b4efc4
diff --git a/meta-fsp2/conf/machine/include/fsp2.inc b/meta-fsp2/conf/machine/include/fsp2.inc
index a053d37..3672aeb 100644
--- a/meta-fsp2/conf/machine/include/fsp2.inc
+++ b/meta-fsp2/conf/machine/include/fsp2.inc
@@ -3,6 +3,7 @@
 #@DESCRIPTION: evaluation machine board configuration for the fsp2 ppc476
 
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-fsp2"
+PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-fsp2"
 
 DEFAULTTUNE = "powerpc-nf"