]> Git Repo - J-u-boot.git/blobdiff - configs/corvus_defconfig
Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig
[J-u-boot.git] / configs / corvus_defconfig
index 2f3803a05828025bfde374863202184386a2ab9e..9c3c92a2aeeea394e9832043ef0bca1350d0b1d0 100644 (file)
@@ -24,6 +24,8 @@ CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9M10G45,SYS_USE_NANDFLASH"
 CONFIG_BOOTDELAY=3
 CONFIG_USE_BOOTARGS=y
 CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,512k(uboot)ro,256k(env),256k(env_redundant),256k(spare),512k(dtb),6M(kernel)ro,-(rootfs) root=/dev/mtdblock7 rw rootfstype=jffs2"
+CONFIG_USE_BOOTCOMMAND=y
+CONFIG_BOOTCOMMAND="nand read 0x70000000 0x200000 0x300000;bootm 0x70000000"
 # CONFIG_DISPLAY_BOARDINFO is not set
 CONFIG_BOARD_EARLY_INIT_F=y
 CONFIG_SPL_SYS_MALLOC_SIMPLE=y
This page took 0.025854 seconds and 4 git commands to generate.