diff options
Diffstat (limited to 'include/configs/CANBT.h')
-rw-r--r-- | include/configs/CANBT.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/CANBT.h b/include/configs/CANBT.h index 9d75616a83d..9c55805f135 100644 --- a/include/configs/CANBT.h +++ b/include/configs/CANBT.h @@ -228,13 +228,4 @@ #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_END - CONFIG_SYS_GBL_DATA_SIZE) #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET - -/* - * Internal Definitions - * - * Boot Flags - */ -#define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ -#define BOOTFLAG_WARM 0x02 /* Software reboot */ - #endif /* __CONFIG_H */ |