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-z/conf/machine/ibm-z.conf b/meta-z/conf/machine/ibm-z.conf
index 90765bd..47bfb07 100644
--- a/meta-z/conf/machine/ibm-z.conf
+++ b/meta-z/conf/machine/ibm-z.conf
@@ -6,8 +6,6 @@
 require conf/machine/include/obmc-bsp-common.inc
 require conf/machine/include/ibm.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"