X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fthuban.h;h=25ac2cba4b56b58a201d5989345e78e8b9069c66;hb=6beacfcff81bdc04c10a440971b0fb683ee57534;hp=40244689d9244aedc7f8ddc2bc25d7a49e30cab2;hpb=1254ff97abb7606ccd0d7bdcd9f22581c50fe535;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/thuban.h b/include/configs/thuban.h index 4024468..25ac2cb 100644 --- a/include/configs/thuban.h +++ b/include/configs/thuban.h @@ -29,7 +29,6 @@ "led1=64,0,1\0" #undef CONFIG_DOS_PARTITION -#undef CONFIG_CMD_FAT #define CONFIG_BOARD_LATE_INIT @@ -63,7 +62,6 @@ #define CONFIG_ENV_SIZE_REDUND 0x2000 #define CONFIG_ENV_RANGE (4 * CONFIG_SYS_ENV_SECT_SIZE) - #define MTDPARTS_DEFAULT MTDPARTS_DEFAULT_V2 #ifndef CONFIG_SPL_BUILD @@ -71,6 +69,7 @@ /* Default env settings */ #define CONFIG_EXTRA_ENV_SETTINGS \ "hostname=thuban\0" \ + "ubi_off=2048\0"\ "nand_img_size=0x400000\0" \ "optargs=\0" \ "preboot=draco_led 0\0" \ @@ -80,7 +79,6 @@ #ifndef CONFIG_RESTORE_FLASH /* set to negative value for no autoboot */ -#define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTCOMMAND \ "if dfubutton; then " \ @@ -91,9 +89,7 @@ "run nand_boot_backup;" \ "reset;" - #else -#define CONFIG_BOOTDELAY 0 #define CONFIG_BOOTCOMMAND \ "setenv autoload no; " \