diff mbox

[U-Boot] Remove unused BOOTFLAG definitions

Message ID 1463101736-19999-1-git-send-email-judge.packham@gmail.com
State Accepted
Commit e35eb0391a2c77848a422b1b02ee29bc7f0a3e6d
Delegated to: Tom Rini
Headers show

Commit Message

Chris Packham May 13, 2016, 1:08 a.m. UTC
This follows on from commit d98b052 ("powerpc: Cleanup BOOTFLAG_*
references") and commit fc3d297 ("Drop bogus BOOTFLAG_* definitions").
Remove the definitions that have crept in since.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

 include/configs/P1010RDB.h | 8 --------
 include/configs/ac14xx.h   | 8 --------
 2 files changed, 16 deletions(-)

Comments

Tom Rini May 30, 2016, 6:03 p.m. UTC | #1
On Fri, May 13, 2016 at 01:08:56PM +1200, Chris Packham wrote:

> This follows on from commit d98b052 ("powerpc: Cleanup BOOTFLAG_*
> references") and commit fc3d297 ("Drop bogus BOOTFLAG_* definitions").
> Remove the definitions that have crept in since.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index f398b37..4d08555 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -822,14 +822,6 @@  extern unsigned long get_sdram_size(void);
 #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
  * have to be in the first 64 MB of memory, since this is
  * the maximum mapped by the Linux kernel during initialization.
diff --git a/include/configs/ac14xx.h b/include/configs/ac14xx.h
index bcf6942..f0b5b3e 100644
--- a/include/configs/ac14xx.h
+++ b/include/configs/ac14xx.h
@@ -449,14 +449,6 @@ 
 
 #define CONFIG_HIGH_BATS		1	/* High BATs supported */
 
-/*
- * Internal Definitions
- *
- * Boot Flags
- */
-#define BOOTFLAG_COLD			0x01
-#define BOOTFLAG_WARM			0x02
-
 #ifdef CONFIG_CMD_KGDB
 #define CONFIG_KGDB_BAUDRATE		230400	/* speed of kgdb serial port */
 #endif