summaryrefslogtreecommitdiffstats
path: root/include/configs/P1010RDB.h
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2016-05-13 13:08:56 +1200
committerTom Rini <trini@konsulko.com>2016-05-27 15:47:43 -0400
commite35eb0391a2c77848a422b1b02ee29bc7f0a3e6d (patch)
treef5b1f8c49499e9fccdcbb594afa3ef59ee5f9740 /include/configs/P1010RDB.h
parentfa715193c083bbde4985c4ff1e49e288ec29763a (diff)
downloadblackbird-obmc-uboot-e35eb0391a2c77848a422b1b02ee29bc7f0a3e6d.tar.gz
blackbird-obmc-uboot-e35eb0391a2c77848a422b1b02ee29bc7f0a3e6d.zip
Remove unused BOOTFLAG definitions
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>
Diffstat (limited to 'include/configs/P1010RDB.h')
-rw-r--r--include/configs/P1010RDB.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index f398b37f5b..4d0855567a 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.
OpenPOWER on IntegriCloud