summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/bsc9131rdb.conf2
1 files changed, 2 insertions, 0 deletions
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"
15UBOOT_CONFIG[spi] = "BSC9131RDB_SPIFLASH_config" 15UBOOT_CONFIG[spi] = "BSC9131RDB_SPIFLASH_config"
16UBOOT_CONFIG[spi-sysclk100] = "BSC9131RDB_SPIFLASH_SYSCLK100_config" 16UBOOT_CONFIG[spi-sysclk100] = "BSC9131RDB_SPIFLASH_SYSCLK100_config"
17 17
18UBOOT_SOURCE_NAND = "u-boot-with-spl.bin"
19
18KERNEL_DEVICETREE ?= "bsc9131rdb.dtb" 20KERNEL_DEVICETREE ?= "bsc9131rdb.dtb"
19KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig" 21KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/bsc913x_defconfig"
20 22