Ivan Mikhaylov | 4a671fe | 2017-10-24 21:17:24 +0300 | [diff] [blame] | 1 | MACHINE = "ibm-z" |
2 | KERNEL_DEVICETREE = "fsp2.dtb" | ||||
3 | KBUILD_DEFCONFIG = "44x/fsp2_defconfig" | ||||
4 | |||||
5 | require conf/machine/include/fsp2.inc | ||||
6 | require conf/machine/include/obmc-bsp-common.inc | ||||
7 | require conf/machine/include/ibm.inc | ||||
8 | |||||
Ivan Mikhaylov | ae980a8 | 2018-09-20 11:04:48 -0400 | [diff] [blame] | 9 | UBOOT_MACHINE_sunray2 = "fsp2_defconfig" |
10 | UBOOT_ENTRYPOINT = "0x10000000" | ||||
11 | UBOOT_LOADADDRESS = "0x10000000" |