diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:35:48 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:34:12 -0300 |
| commit | 58a573c07b566ca25bbd70114fc488f778afa754 (patch) | |
| tree | a3c037299ac1cb19491ade67abddbfda7848d0bc /conf/machine/b4420qds.conf | |
| parent | f5a070e6082e1837463e8ff2398e0b06c6b19ae8 (diff) | |
| download | meta-freescale-58a573c07b566ca25bbd70114fc488f778afa754.tar.gz | |
remove obsolete UBOOT_SOURCE_* variables in machine file
u-boot has switched to the new UBOOT_CONFIG format. These variables
are useless now.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/b4420qds.conf')
| -rw-r--r-- | conf/machine/b4420qds.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/b4420qds.conf b/conf/machine/b4420qds.conf index cc79eef55..a1b9773d0 100644 --- a/conf/machine/b4420qds.conf +++ b/conf/machine/b4420qds.conf | |||
| @@ -12,9 +12,6 @@ SOC_FAMILY = "b4:b4420" | |||
| 12 | UBOOT_CONFIG ??= "nor" | 12 | UBOOT_CONFIG ??= "nor" |
| 13 | UBOOT_CONFIG[nor] = "B4420QDS_config" | 13 | UBOOT_CONFIG[nor] = "B4420QDS_config" |
| 14 | 14 | ||
| 15 | UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" | ||
| 16 | UBOOT_SOURCE_SPI = "u-boot.pbl" | ||
| 17 | UBOOT_SOURCE_SD = "u-boot-with-spl-pbl.bin" | ||
| 18 | 15 | ||
| 19 | KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb" | 16 | KERNEL_DEVICETREE ?= "b4420qds.dtb b4420qds-usdpaa.dtb" |
| 20 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" | 17 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig" |
