diff options
Diffstat (limited to 'include/configs/sbc405.h')
-rw-r--r-- | include/configs/sbc405.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/sbc405.h b/include/configs/sbc405.h index 346c847..3de2a9e 100644 --- a/include/configs/sbc405.h +++ b/include/configs/sbc405.h @@ -276,12 +276,4 @@ #define SPD_EEPROM_ADDRESS 0x50 #define CONFIG_SPD_EEPROM 1 /* use SPD EEPROM for setup */ -/* - * Internal Definitions - * - * Boot Flags - */ -#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ -#define BOOTFLAG_WARM 0x02 /* Software reboot */ - #endif /* __CONFIG_H */ |