diff options
| author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2013-03-25 07:40:04 +0000 | 
|---|---|---|
| committer | Andy Fleming <afleming@freescale.com> | 2013-05-24 16:54:10 -0500 | 
| commit | ee2e0fccfab6f5f5cb02584a1236ab95b93ca6c6 (patch) | |
| tree | 24bccf13d117a610c409f505ff22cc1cbc30a459 | |
| parent | 9cd95ac74a4283c642bb78ad70b46509575b521c (diff) | |
| download | olio-uboot-2014.01-ee2e0fccfab6f5f5cb02584a1236ab95b93ca6c6.tar.xz olio-uboot-2014.01-ee2e0fccfab6f5f5cb02584a1236ab95b93ca6c6.zip | |
powerpc/p5040: enable NAND, SD, SPI boot support
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
| -rw-r--r-- | boards.cfg | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/boards.cfg b/boards.cfg index 05318a110..98a512eef 100644 --- a/boards.cfg +++ b/boards.cfg @@ -880,6 +880,9 @@ P5020DS_SECURE_BOOT          powerpc     mpc85xx     corenet_ds          freesca  P5020DS_SPIFLASH	     powerpc     mpc85xx     corenet_ds          freescale      -           P5020DS:RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF80000  P5020DS_SRIO_PCIE_BOOT          powerpc     mpc85xx     corenet_ds          freescale      -           P5020DS:SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF80000  P5040DS                      powerpc     mpc85xx     corenet_ds          freescale +P5040DS_NAND		     powerpc     mpc85xx     corenet_ds          freescale      -           P5040DS:RAMBOOT_PBL,NAND,SYS_TEXT_BASE=0xFFF80000 +P5040DS_SDCARD		     powerpc     mpc85xx     corenet_ds          freescale      -           P5040DS:RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF80000 +P5040DS_SPIFLASH	     powerpc     mpc85xx     corenet_ds          freescale      -           P5040DS:RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF80000  BSC9131RDB_SPIFLASH          powerpc     mpc85xx     bsc9131rdb          freescale      -           BSC9131RDB:BSC9131RDB,SPIFLASH  BSC9132QDS_NOR_DDRCLK100     powerpc     mpc85xx     bsc9132qds          freescale      -           BSC9132QDS:BSC9132QDS,SYS_CLK_100_DDR_100  BSC9132QDS_NOR_DDRCLK133     powerpc     mpc85xx     bsc9132qds          freescale      -           BSC9132QDS:BSC9132QDS,SYS_CLK_100_DDR_133 |