Tweaks to build scripts
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
#
|
||||
# chitu_crypt.py
|
||||
# Customizations for Chitu boards
|
||||
#
|
||||
Import("env")
|
||||
import os
|
||||
import random
|
||||
import struct
|
||||
import uuid
|
||||
import os,random,struct,uuid
|
||||
|
||||
# Relocate firmware from 0x08000000 to 0x08008800
|
||||
env['CPPDEFINES'].remove(("VECT_TAB_ADDR", "0x8000000"))
|
||||
|
Reference in New Issue
Block a user