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/sunray2.conf b/meta-fsp2/conf/machine/sunray2.conf
index e61487f..dd21344 100644
--- a/meta-fsp2/conf/machine/sunray2.conf
+++ b/meta-fsp2/conf/machine/sunray2.conf
@@ -4,8 +4,7 @@
 
 require conf/machine/include/fsp2.inc
 
-#dummy uboot settings
-UBOOT_MACHINE_sunray2 = "mpc8308_p1m_defconfig"
-UBOOT_ENTRYPOINT = "0x0"
-UBOOT_LOADADDRESS = "0x0"
+UBOOT_MACHINE_sunray2 = "fsp2_defconfig"
+UBOOT_ENTRYPOINT = "0x10000000"
+UBOOT_LOADADDRESS = "0x10000000"