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/p5040ds.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/p5040ds.conf')
-rw-r--r-- | conf/machine/p5040ds.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf index 58c85faa..93888e1a 100644 --- a/conf/machine/p5040ds.conf +++ b/conf/machine/p5040ds.conf | |||
@@ -16,9 +16,6 @@ UBOOT_CONFIG[secure-boot] = "P5040DS_SECURE_BOOT_config" | |||
16 | UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config" | 16 | UBOOT_CONFIG[sdcard] = "P5040DS_SDCARD_config" |
17 | UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config" | 17 | UBOOT_CONFIG[spi] = "P5040DS_SPIFLASH_config" |
18 | 18 | ||
19 | UBOOT_SOURCE_NAND = "u-boot.pbl" | ||
20 | UBOOT_SOURCE_SPI = "u-boot.pbl" | ||
21 | UBOOT_SOURCE_SD = "u-boot.pbl" | ||
22 | 19 | ||
23 | HV_CFG_M = "p5040ds" | 20 | HV_CFG_M = "p5040ds" |
24 | 21 | ||