]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Correct SPL use of IMX8MN_BEACON_2GB_LPDDR
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:40:10 +0000 (15:40 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:39 +0000 (07:41 -0500)
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_IMX8MN_BEACON_2GB_LPDDR defined in Kconfig

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Adam Ford <aford173@gmail.com>
include/configs/imx8mn_beacon.h

index bb3dfe3fa0d29531b55b6cba6eea1a63da26605a..1880d0311e46675966c0324ef38c839d334b9d07 100644 (file)
@@ -80,7 +80,7 @@
 
 #define CFG_SYS_SDRAM_BASE             0x40000000
 #define PHYS_SDRAM                     0x40000000
-#if CONFIG_IS_ENABLED(IMX8MN_BEACON_2GB_LPDDR)
+#if IS_ENABLED(CONFIG_IMX8MN_BEACON_2GB_LPDDR)
 #define PHYS_SDRAM_SIZE                0x80000000 /* 2GB DDR */
 #else
 #define PHYS_SDRAM_SIZE                0x40000000 /* 1GB DDR */