Skip to content

Commit 429a1ba

Browse files
authored
Remove duplicated defines from bootrom.h
See #2619 for rationale
1 parent 1ca77d6 commit 429a1ba

File tree

1 file changed

+0
-11
lines changed
  • src/rp2_common/pico_bootrom/include/pico

1 file changed

+0
-11
lines changed

src/rp2_common/pico_bootrom/include/pico/bootrom.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,17 +1010,6 @@ static inline intptr_t rom_set_rom_callback(uint callback_num, bootrom_api_callb
10101010
return func(callback_num, funcptr);
10111011
}
10121012

1013-
#define BOOT_TYPE_NORMAL 0
1014-
#define BOOT_TYPE_BOOTSEL 2
1015-
#define BOOT_TYPE_RAM_IMAGE 3
1016-
#define BOOT_TYPE_FLASH_UPDATE 4
1017-
1018-
// values 8-15 are secure only
1019-
#define BOOT_TYPE_PC_SP 0xd
1020-
1021-
// ORed in if a bootloader chained into the image
1022-
#define BOOT_TYPE_CHAINED_FLAG 0x80
1023-
10241013
/*!
10251014
* \brief Get system information
10261015
* \ingroup pico_bootrom

0 commit comments

Comments
 (0)