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 | |||||
9 | #dummy uboot settings | ||||
10 | UBOOT_MACHINE_sunray2 = "mpc8308_p1m_defconfig" | ||||
11 | UBOOT_ENTRYPOINT = "0x0" | ||||
12 | UBOOT_LOADADDRESS = "0x0" | ||||
13 |