Dave Cobbley | 5dd2a7c | 2018-08-23 23:07:27 -0400 | [diff] [blame] | 1 | MACHINE = "sunray2" |
2 | KERNEL_DEVICETREE = "fsp2.dtb" | ||||
3 | KBUILD_DEFCONFIG = "44x/fsp2_defconfig" | ||||
4 | |||||
5 | require conf/machine/include/fsp2.inc | ||||
6 | |||||
7 | #dummy uboot settings | ||||
8 | UBOOT_MACHINE_sunray2 = "mpc8308_p1m_defconfig" | ||||
9 | UBOOT_ENTRYPOINT = "0x0" | ||||
10 | UBOOT_LOADADDRESS = "0x0" | ||||
11 |