diff options
author | Tom Rini | 2022-12-02 16:42:36 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-22 10:31:48 -0500 |
commit | e52fca2236153341c495bff3c5631fcced291ffe (patch) | |
tree | df8d823706fd61f627664aca7d10a58399254bf2 /configs | |
parent | 829e9d223657f5779668bb7a46e902a85e09b664 (diff) |
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')
-rw-r--r-- | configs/10m50_defconfig | 1 | ||||
-rw-r--r-- | configs/3c120_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/10m50_defconfig b/configs/10m50_defconfig index 28966e0d0a4..7dc9d2ed27b 100644 --- a/configs/10m50_defconfig +++ b/configs/10m50_defconfig @@ -1,5 +1,6 @@ CONFIG_NIOS2=y CONFIG_SYS_CONFIG_NAME="10m50_devboard" +CONFIG_MONITOR_IS_IN_RAM=y CONFIG_SYS_MALLOC_LEN=0x20000 CONFIG_SYS_MALLOC_F_LEN=0x400 CONFIG_NR_DRAM_BANKS=1 diff --git a/configs/3c120_defconfig b/configs/3c120_defconfig index 8c421f099be..46dfaf827ac 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 |