X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsdm845.h;h=f7cdd5a19568576cf72678399760790f91f100ac;hb=0ea156ba00f34b3b9c8735d25c8ec7b8dffffb45;hp=af9ba197d49c96f1f8c5b8799297cdaa34fa3e3f;hpb=b8bfe05282c12fbf006957a2564127d3c1be3e78;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sdm845.h b/include/configs/sdm845.h index af9ba19..f7cdd5a 100644 --- a/include/configs/sdm845.h +++ b/include/configs/sdm845.h @@ -11,16 +11,16 @@ #include #include -#define CONFIG_SYS_BAUDRATE_TABLE { 115200, 230400, 460800, 921600 } +#define CFG_SYS_BAUDRATE_TABLE { 115200, 230400, 460800, 921600 } -/* Generic Timer Definitions */ -#define COUNTER_FREQUENCY 19000000 +#define CONFIG_EXTRA_ENV_SETTINGS \ + "bootm_size=0x4000000\0" \ + "bootm_low=0x80000000\0" \ + "stdout=vidconsole\0" \ + "stderr=vidconsole\0" \ + "preboot=source $prevbl_initrd_start_addr:prebootscript\0" \ + "bootcmd=source $prevbl_initrd_start_addr:bootscript\0" /* Size of malloc() pool */ -#define CONFIG_SYS_BOOTM_LEN SZ_64M - -/* Monitor Command Prompt */ -#define CONFIG_SYS_CBSIZE 512 -#define CONFIG_SYS_MAXARGS 64 #endif