]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
include: configs: verdin-am62: drop unused sdram address
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Mon, 28 Aug 2023 21:50:37 +0000 (23:50 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 8 Sep 2023 14:07:12 +0000 (10:07 -0400)
Drop unused macro. This was copied straight from the AM62x EVM but while
meant for a second region of DDR this is not even needed for the AM62x
EVM configurations and has meanwhile also been dropped there.

Note that on the Verdin AM62, we do auto-detect the amount of SDRAM.

While at it also update the comment noting that CFG_SYS_SDRAM_SIZE is
the maximum which is only used for such auto-detection.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
include/configs/verdin-am62.h

index 91fc0f03a81af37876b41dd5b710072c04252803..9d2e37f2d96d6c4c68e5959bd07254b262ec28ca 100644 (file)
@@ -13,8 +13,7 @@
 
 /* DDR Configuration */
 #define CFG_SYS_SDRAM_BASE     0x80000000
-#define CFG_SYS_SDRAM_BASE1    0x880000000
-#define CFG_SYS_SDRAM_SIZE     SZ_2G /* Maximum supported size */
+#define CFG_SYS_SDRAM_SIZE     SZ_2G /* Maximum supported size, auto-detection is used */
 
 #define MEM_LAYOUT_ENV_SETTINGS \
        "fdt_addr_r=0x90200000\0" \