mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 01:50:25 +00:00
Drop bogus BOOTFLAG_* definitions
There is no code anywhere that references BOOTFLAG_* so remove these defines. Signed-off-by: Wolfgang Denk <wd@denx.de> Cc: Heiko Schocher <hs@denx.de> Cc: Valentin Longchamp <valentin.longchamp@keymile.com> Cc: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
parent
7aabad2804
commit
fc3d29761e
2 changed files with 0 additions and 11 deletions
|
@ -284,12 +284,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Internal Definitions
|
* Internal Definitions
|
||||||
*
|
|
||||||
* Boot Flags
|
|
||||||
*/
|
*/
|
||||||
#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
|
|
||||||
#define BOOTFLAG_WARM 0x02 /* Software reboot */
|
|
||||||
|
|
||||||
#define BOOTFLASH_START 0xF0000000
|
#define BOOTFLASH_START 0xF0000000
|
||||||
|
|
||||||
#define CONFIG_KM_CONSOLE_TTY "ttyS0"
|
#define CONFIG_KM_CONSOLE_TTY "ttyS0"
|
||||||
|
|
|
@ -441,12 +441,6 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
|
||||||
#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/
|
#define CONFIG_SYS_BOOTMAPSZ (16 << 20) /* Initial Memory map for Linux*/
|
||||||
#define CONFIG_SYS_BOOTM_LEN (16 << 20) /* Increase max gunzip size */
|
#define CONFIG_SYS_BOOTM_LEN (16 << 20) /* Increase max gunzip size */
|
||||||
|
|
||||||
/*
|
|
||||||
* Boot Flags
|
|
||||||
*/
|
|
||||||
#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
|
|
||||||
#define BOOTFLAG_WARM 0x02 /* Software reboot */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Environment Configuration
|
* Environment Configuration
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue