From 55842efd2c5fd5057b848b773fb952f0378a11ac Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Thu, 4 Jan 2024 14:36:02 +0800 Subject: [PATCH] Build: remove comment about DOWNLOAD variable Signed-off-by: Huaqi Fang <578567190@qq.com> --- Build/Makefile.base | 1 - 1 file changed, 1 deletion(-) diff --git a/Build/Makefile.base b/Build/Makefile.base index b5bc53a8..44f5d447 100644 --- a/Build/Makefile.base +++ b/Build/Makefile.base @@ -20,7 +20,6 @@ endif 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 DOWNLOAD ?= ilm ## If SIMULATION=1, it means the program is optimized for hardware simulation environment