Skip to content
Snippets Groups Projects
Commit e35eb039 authored by Chris Packham's avatar Chris Packham Committed by Tom Rini
Browse files

Remove unused BOOTFLAG definitions


This follows on from commit d98b0523 ("powerpc: Cleanup BOOTFLAG_*
references") and commit fc3d2976 ("Drop bogus BOOTFLAG_* definitions").
Remove the definitions that have crept in since.

Signed-off-by: default avatarChris Packham <judge.packham@gmail.com>
parent fa715193
No related branches found
No related tags found
No related merge requests found
...@@ -821,14 +821,6 @@ extern unsigned long get_sdram_size(void); ...@@ -821,14 +821,6 @@ extern unsigned long get_sdram_size(void);
#define CONFIG_SYS_MAXARGS 16 /* max number of command args */ #define CONFIG_SYS_MAXARGS 16 /* max number of command args */
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
/*
* Internal Definitions
*
* Boot Flags
*/
#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */
#define BOOTFLAG_WARM 0x02 /* Software reboot */
/* /*
* For booting Linux, the board info and command line data * For booting Linux, the board info and command line data
* have to be in the first 64 MB of memory, since this is * have to be in the first 64 MB of memory, since this is
......
...@@ -449,14 +449,6 @@ ...@@ -449,14 +449,6 @@
#define CONFIG_HIGH_BATS 1 /* High BATs supported */ #define CONFIG_HIGH_BATS 1 /* High BATs supported */
/*
* Internal Definitions
*
* Boot Flags
*/
#define BOOTFLAG_COLD 0x01
#define BOOTFLAG_WARM 0x02
#ifdef CONFIG_CMD_KGDB #ifdef CONFIG_CMD_KGDB
#define CONFIG_KGDB_BAUDRATE 230400 /* speed of kgdb serial port */ #define CONFIG_KGDB_BAUDRATE 230400 /* speed of kgdb serial port */
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment