X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configs%2FP1020RDB-PD_defconfig;h=3ee6bfc40c471ad61b03571a00420ce3bb2ebd65;hb=970bf8603b877e2b66170290f751f9c23c120838;hp=400ab1e18e4954a519bb5949adc3b8194a7a273a;hpb=5fac11e6d5ab350429b8c8ddf47d3d3877ca89d1;p=platform%2Fkernel%2Fu-boot.git diff --git a/configs/P1020RDB-PD_defconfig b/configs/P1020RDB-PD_defconfig index 400ab1e..3ee6bfc 100644 --- a/configs/P1020RDB-PD_defconfig +++ b/configs/P1020RDB-PD_defconfig @@ -1,8 +1,8 @@ CONFIG_PPC=y CONFIG_SYS_TEXT_BASE=0xEFF40000 +CONFIG_SYS_MALLOC_LEN=0x100000 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_SECT_SIZE=0x20000 -CONFIG_SYS_MALLOC_LEN=0x100000 CONFIG_DEFAULT_DEVICE_TREE="p1020rdb-pd" CONFIG_MPC85xx=y # CONFIG_CMD_ERRATA is not set @@ -13,6 +13,8 @@ CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y CONFIG_BOOTDELAY=10 +CONFIG_USE_BOOTCOMMAND=y +CONFIG_BOOTCOMMAND="setenv bootargs root=/dev/$bdev rw rootdelay=30 console=$consoledev,$baudrate $othbootargs;usb start;ext2load usb 0:1 $loadaddr /boot/$bootfile;ext2load usb 0:1 $fdtaddr /boot/$fdtfile;bootm $loadaddr - $fdtaddr" CONFIG_BOARD_EARLY_INIT_F=y CONFIG_BOARD_EARLY_INIT_R=y # CONFIG_MISC_INIT_R is not set