summaryrefslogtreecommitdiff
path: root/doc/arch/nios2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/arch/nios2.rst')
-rw-r--r--doc/arch/nios2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/arch/nios2.rst b/doc/arch/nios2.rst
index 35defb0af0..34a75e7fb0 100644
--- a/doc/arch/nios2.rst
+++ b/doc/arch/nios2.rst
@@ -96,8 +96,8 @@ to 0xDxxx_xxxx.
.. code-block:: c
- #define CONFIG_SYS_SDRAM_BASE 0xc8000000
- #define CONFIG_SYS_SDRAM_SIZE 0x08000000
+ #define CFG_SYS_SDRAM_BASE 0xc8000000
+ #define CFG_SYS_SDRAM_SIZE 0x08000000
You will need to change the environment variables location and setting,
too. You may change other configs to fit your board.