GTA04 U-Boot

GTA04 U-Boot Commit Details

Date:2010-11-19 21:24:45 (2 years 6 months ago)
Author:Wolfgang Denk
Branch:gta04
Commit:e81bb57f2d98a65aa1a3c61d54cf40294f9039c8
Parents: 4f6fc15b42776b12244af8aa28da42c8e6497742
Message:DaVinci: remove bogus DEF_BOOTM definition

Some boar config files defined DEF_BOOTM but this was not used
anywhere in the code. Remove this bogus define.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Changes:
Minclude/configs/da830evm.h (1 diff)
Minclude/configs/da850evm.h (1 diff)
Minclude/configs/davinci_dvevm.h (1 diff)
Minclude/configs/davinci_sonata.h (1 diff)
Minclude/configs/tnetv107x_evm.h (1 diff)

File differences

include/configs/da830evm.h
114114
115115
116116
117
118117
119118
120119
#define CONFIG_SYS_ALE_MASK0x8
#define CONFIG_SYS_MAX_NAND_DEVICE1 /* Max number of NAND devices */
#define NAND_MAX_CHIPS1
#define DEF_BOOTM""
#endif
#ifdef CONFIG_USE_NOR
include/configs/da850evm.h
9999
100100
101101
102
103102
104103
105104
#undef CONFIG_SYS_NAND_HW_ECC
#define CONFIG_SYS_MAX_NAND_DEVICE1 /* Max number of NAND devices */
#define NAND_MAX_CHIPS1
#define DEF_BOOTM""
#endif
/*
include/configs/davinci_dvevm.h
138138
139139
140140
141
142141
143142
144143
#define CONFIG_SYS_NAND_HW_ECC
#define CONFIG_SYS_MAX_NAND_DEVICE1/* Max number of NAND devices */
#define CONFIG_ENV_OFFSET0x0/* Block 0--not used by bootcode */
#define DEF_BOOTM""
#elif defined(CONFIG_SYS_USE_NOR)
#ifdef CONFIG_NOR_UART_BOOT
#define CONFIG_SKIP_LOWLEVEL_INIT/* U-Boot is loaded by a bootloader */
include/configs/davinci_sonata.h
126126
127127
128128
129
130129
131130
132131
#define CONFIG_SYS_NAND_HW_ECC
#define CONFIG_SYS_MAX_NAND_DEVICE1/* Max number of NAND devices */
#define CONFIG_ENV_OFFSET0x0/* Block 0--not used by bootcode */
#define DEF_BOOTM""
#elif defined(CONFIG_SYS_USE_NOR)
#ifdef CONFIG_NOR_UART_BOOT
#define CONFIG_SKIP_LOWLEVEL_INIT/* U-Boot is loaded by a bootloader */
include/configs/tnetv107x_evm.h
8686
8787
8888
89
9089
9190
9291
#define CONFIG_JFFS2_NAND
#define NAND_MAX_CHIPS1
#define CONFIG_ENV_OFFSET0x180000
#define DEF_BOOTM""
/*
* davinci_nand is a bit of a misnomer since this particular EMIF block is

Archive Download the corresponding diff file

Branches

Tags