]> git.sur5r.net Git - u-boot/commitdiff
Remove unused BOOTFLAG definitions
authorChris Packham <judge.packham@gmail.com>
Fri, 13 May 2016 01:08:56 +0000 (13:08 +1200)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:47:43 +0000 (15:47 -0400)
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
include/configs/ac14xx.h

index f398b37f5b9cf3a2480cc531779d5700c5b1a067..4d0855567a060fa6dac13b67b76e6c6b56172a23 100644 (file)
@@ -821,14 +821,6 @@ extern unsigned long get_sdram_size(void);
 #define CONFIG_SYS_MAXARGS     16              /* max number of command args */
 #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
index bcf694223500ec461282ef7ad6a825faadc3fec1..f0b5b3e188365c80910fc48734e4d20debbbabd1 100644 (file)
 
 #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