summaryrefslogtreecommitdiff
path: root/configs/3c120_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-03 00:42:36 +0300
committerTom Rini <trini@konsulko.com>2022-12-22 18:31:48 +0300
commite52fca2236153341c495bff3c5631fcced291ffe (patch)
treedf8d823706fd61f627664aca7d10a58399254bf2 /configs/3c120_defconfig
parent829e9d223657f5779668bb7a46e902a85e09b664 (diff)
downloadu-boot-e52fca2236153341c495bff3c5631fcced291ffe.tar.xz
Convert CONFIG_MONITOR_IS_IN_RAM to Kconfig
This converts the following to Kconfig: CONFIG_MONITOR_IS_IN_RAM As part of this, reword some of the documentation slightly to reflect that this is in Kconfig and not a define now. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/3c120_defconfig')
-rw-r--r--configs/3c120_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/3c120_defconfig b/configs/3c120_defconfig
index 8c421f099b..46dfaf827a 100644
--- a/configs/3c120_defconfig
+++ b/configs/3c120_defconfig
@@ -1,5 +1,6 @@
CONFIG_NIOS2=y
CONFIG_SYS_CONFIG_NAME="3c120_devboard"
+CONFIG_MONITOR_IS_IN_RAM=y
CONFIG_SYS_MALLOC_LEN=0x20000
CONFIG_SYS_MALLOC_F_LEN=0x400
CONFIG_NR_DRAM_BANKS=1