3 BOOTLOADER_VERSION
:= 0x01
12 OPENOCD_JTAG_CONFIG
:=
15 # Note: These must match the values in link_$(BOARD)_memory.ld
16 BL_BANK_BASE
:= 0x08000000 # Start of bootloader flash
17 BL_BANK_SIZE
:= 0x00008000 # Should include BD_INFO region
18 FW_BANK_BASE
:= 0x08008000 # Start of firmware flash
19 FW_BANK_SIZE
:= 0x00038000 # Should include FW_DESC_SIZE
21 FW_DESC_SIZE
:= 0x00000064
23 OSCILLATOR_FREQ
:= 8000000
24 SYSCLK_FREQ
:= 168000000