Skip to content

Commit

Permalink
Build: Fix typo in build system
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Oct 21, 2024
1 parent 7f236c5 commit c88f912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build/Makefile.base
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ endif
## The name of sub directories in $(NUCLEI_SDK_ROOT)/SoC/
SOC ?= evalsoc
## Available choices:
## ilm: Program will be download into ilm/ram and run directly in ilm/ram, program lost when poweroff
## flash: Program will be download into flash, when running, program will be copied to ilm/ram and run in ilm/ram
## flashxip: Program will to be download into flash and run directly in Flash
## ilm: Program will be downloaded into ilm/ram and run directly in ilm/ram, program lost when poweroff
## flash: Program will be downloaded into flash, when running, program will be copied to ilm/ram and run in ilm/ram
## flashxip: Program will to be downloaded into flash and run directly in Flash
DOWNLOAD ?= ilm
## If SIMULATION=1, it means the program is optimized for hardware simulation environment
SIMULATION ?= 0
Expand Down

0 comments on commit c88f912

Please sign in to comment.