From 058c917d610f1166714be9095827911cf10aad58 Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Tue, 1 Sep 2015 15:20:16 +0800 Subject: [PATCH] bsc9131rdb: define the u-boot source binary name of NAND Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- conf/machine/bsc9131rdb.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/bsc9131rdb.conf b/conf/machine/bsc9131rdb.conf index 0448401e..aad6dd95 100644 --- a/conf/machine/bsc9131rdb.conf +++ b/conf/machine/bsc9131rdb.conf @@ -15,6 +15,8 @@ UBOOT_CONFIG[nand-sysclk100] = "BSC9131RDB_NAND_SYSCLK100_config" UBOOT_CONFIG[spi] = "BSC9131RDB_SPIFLASH_config" UBOOT_CONFIG[spi-sysclk100] = "BSC9131RDB_SPIFLASH_SYSCLK100_config" +UBOOT_SOURCE_NAND = "u-boot-with-spl.bin" + KERNEL_DEVICETREE ?= "bsc9131rdb.dtb" KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig" -- 2.40.1