aboutsummaryrefslogtreecommitdiff
path: root/include/configs/imx8mq_phanbell.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-12-12 22:12:29 -0500
committerTom Rini <trini@konsulko.com>2021-12-27 08:41:38 -0500
commitff27af1244113a8cd27624430799d58e3ce5898b (patch)
treeed036976593bc77c5bfed6ae25d5a00a625a133a /include/configs/imx8mq_phanbell.h
parent82edd737620ab5ab7361c60249b9055725e87ed6 (diff)
downloadu-boot-ff27af1244113a8cd27624430799d58e3ce5898b.zip
u-boot-ff27af1244113a8cd27624430799d58e3ce5898b.tar.gz
u-boot-ff27af1244113a8cd27624430799d58e3ce5898b.tar.bz2
Convert CONFIG_SYS_MEMTEST_START et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_MEMTEST_START CONFIG_SYS_MEMTEST_END This is removing unused defines and correcting the default value to be 0x0 as we are a hex symbol. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/imx8mq_phanbell.h')
-rw-r--r--include/configs/imx8mq_phanbell.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/imx8mq_phanbell.h b/include/configs/imx8mq_phanbell.h
index 7afdfd6..1668ca8 100644
--- a/include/configs/imx8mq_phanbell.h
+++ b/include/configs/imx8mq_phanbell.h
@@ -116,10 +116,6 @@
#define PHYS_SDRAM 0x40000000
#define PHYS_SDRAM_SIZE 0x40000000 /* 1GB DDR */
-#define CONFIG_SYS_MEMTEST_START PHYS_SDRAM
-#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \
- (PHYS_SDRAM_SIZE >> 1))
-
#define CONFIG_MXC_UART_BASE UART1_BASE_ADDR
/* Monitor Command Prompt */