summaryrefslogtreecommitdiff
path: root/include/configs/10m50_devboard.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-02 16:42:36 -0500
committerTom Rini <trini@konsulko.com>2022-12-22 10:31:48 -0500
commite52fca2236153341c495bff3c5631fcced291ffe (patch)
treedf8d823706fd61f627664aca7d10a58399254bf2 /include/configs/10m50_devboard.h
parent829e9d223657f5779668bb7a46e902a85e09b664 (diff)
downloadu-boot-e52fca2236153341c495bff3c5631fcced291ffe.tar.gz
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 'include/configs/10m50_devboard.h')
-rw-r--r--include/configs/10m50_devboard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/10m50_devboard.h b/include/configs/10m50_devboard.h
index 3a4fbc6eab..b898ec0cc3 100644
--- a/include/configs/10m50_devboard.h
+++ b/include/configs/10m50_devboard.h
@@ -32,6 +32,5 @@
*/
#define CFG_SYS_SDRAM_BASE 0xc8000000
#define CFG_SYS_SDRAM_SIZE 0x08000000
-#define CONFIG_MONITOR_IS_IN_RAM
#endif /* __CONFIG_H */