diff options
| author | Ting Liu <ting.liu@nxp.com> | 2016-08-13 09:33:50 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-15 14:45:08 -0300 |
| commit | 8d672c804c8aa1fcc6d7954666aac85d104a64ed (patch) | |
| tree | da508c65a2766305e7946b3a390559a9450695f0 /conf/machine/c293pcie.conf | |
| parent | 2664dd0fb63d93b604668daa9cd22f280c61287e (diff) | |
| download | meta-freescale-8d672c804c8aa1fcc6d7954666aac85d104a64ed.tar.gz | |
adjust UBOOT_CONFIG order to let nor as the last one
The symlink u-boot.bin and u-boot-${MACHINE}.bin will be linked to
binary of the last UBOOT_CONFIG. Put nor u-boot as the last one.
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/c293pcie.conf')
| -rw-r--r-- | conf/machine/c293pcie.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/c293pcie.conf b/conf/machine/c293pcie.conf index a6ddb4cfc..82c7153e4 100644 --- a/conf/machine/c293pcie.conf +++ b/conf/machine/c293pcie.conf | |||
| @@ -10,7 +10,7 @@ require conf/machine/include/e500v2.inc | |||
| 10 | SOC_FAMILY = "c293pcie" | 10 | SOC_FAMILY = "c293pcie" |
| 11 | BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat" | 11 | BOOTFORMAT_CONFIG = "config_ddr3_512m_c29xpcie_800M.dat" |
| 12 | 12 | ||
| 13 | UBOOT_CONFIG ??= "nor spi secboot spi-secboot" | 13 | UBOOT_CONFIG ??= "spi secboot spi-secboot nor" |
| 14 | UBOOT_CONFIG[nor] = "C29XPCIE_config" | 14 | UBOOT_CONFIG[nor] = "C29XPCIE_config" |
| 15 | UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config" | 15 | UBOOT_CONFIG[spi] = "C29XPCIE_SPIFLASH_config" |
| 16 | UBOOT_CONFIG[secboot] = "C29XPCIE_NOR_SECBOOT_config" | 16 | UBOOT_CONFIG[secboot] = "C29XPCIE_NOR_SECBOOT_config" |
