da850evm.h (ac935e567bee77b39fc37c1ad360bb0d1ac07c4e) | da850evm.h (cf2c24e3996e49a26b449ab7daf843856b35b5c8) |
---|---|
1/* 2 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ 3 * 4 * Based on davinci_dvevm.h. Original Copyrights follow: 5 * 6 * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> 7 * 8 * This program is free software; you can redistribute it and/or modify --- 145 unchanged lines hidden (view full) --- 154#define CONFIG_ENV_OFFSET (256 << 10) 155#define CONFIG_ENV_SECT_SIZE (64 << 10) 156#define CONFIG_SYS_NO_FLASH 157#endif 158 159/* 160 * U-Boot general configuration 161 */ | 1/* 2 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ 3 * 4 * Based on davinci_dvevm.h. Original Copyrights follow: 5 * 6 * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> 7 * 8 * This program is free software; you can redistribute it and/or modify --- 145 unchanged lines hidden (view full) --- 154#define CONFIG_ENV_OFFSET (256 << 10) 155#define CONFIG_ENV_SECT_SIZE (64 << 10) 156#define CONFIG_SYS_NO_FLASH 157#endif 158 159/* 160 * U-Boot general configuration 161 */ |
162#define CONFIG_MISC_INIT_R |
|
162#define CONFIG_BOOTFILE "uImage" /* Boot file name */ 163#define CONFIG_SYS_PROMPT "U-Boot > " /* Command Prompt */ 164#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ 165#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) 166#define CONFIG_SYS_MAXARGS 16 /* max number of command args */ 167#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */ 168#define CONFIG_SYS_LOAD_ADDR (PHYS_SDRAM_1 + 0x700000) 169#define CONFIG_VERSION_VARIABLE --- 4 unchanged lines hidden (view full) --- 174#define CONFIG_SYS_LONGHELP 175#define CONFIG_CRC32_VERIFY 176#define CONFIG_MX_CYCLIC 177 178/* 179 * Linux Information 180 */ 181#define LINUX_BOOT_PARAM_ADDR (PHYS_SDRAM_1 + 0x100) | 163#define CONFIG_BOOTFILE "uImage" /* Boot file name */ 164#define CONFIG_SYS_PROMPT "U-Boot > " /* Command Prompt */ 165#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ 166#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) 167#define CONFIG_SYS_MAXARGS 16 /* max number of command args */ 168#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */ 169#define CONFIG_SYS_LOAD_ADDR (PHYS_SDRAM_1 + 0x700000) 170#define CONFIG_VERSION_VARIABLE --- 4 unchanged lines hidden (view full) --- 175#define CONFIG_SYS_LONGHELP 176#define CONFIG_CRC32_VERIFY 177#define CONFIG_MX_CYCLIC 178 179/* 180 * Linux Information 181 */ 182#define LINUX_BOOT_PARAM_ADDR (PHYS_SDRAM_1 + 0x100) |
183#define CONFIG_HWCONFIG /* enable hwconfig */ |
|
182#define CONFIG_CMDLINE_TAG 183#define CONFIG_REVISION_TAG 184#define CONFIG_SETUP_MEMORY_TAGS 185#define CONFIG_BOOTARGS \ 186 "mem=32M console=ttyS2,115200n8 root=/dev/mtdblock2 rw noinitrd ip=dhcp" 187#define CONFIG_BOOTDELAY 3 | 184#define CONFIG_CMDLINE_TAG 185#define CONFIG_REVISION_TAG 186#define CONFIG_SETUP_MEMORY_TAGS 187#define CONFIG_BOOTARGS \ 188 "mem=32M console=ttyS2,115200n8 root=/dev/mtdblock2 rw noinitrd ip=dhcp" 189#define CONFIG_BOOTDELAY 3 |
190#define CONFIG_EXTRA_ENV_SETTINGS "hwconfig=dsp:wake=yes" |
|
188 189/* 190 * U-Boot commands 191 */ 192#include <config_cmd_default.h> 193#define CONFIG_CMD_ENV 194#define CONFIG_CMD_ASKENV 195#define CONFIG_CMD_DHCP --- 50 unchanged lines hidden --- | 191 192/* 193 * U-Boot commands 194 */ 195#include <config_cmd_default.h> 196#define CONFIG_CMD_ENV 197#define CONFIG_CMD_ASKENV 198#define CONFIG_CMD_DHCP --- 50 unchanged lines hidden --- |