diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-12-23 07:51:52 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-14 16:46:26 -0500 |
commit | f417d40fe2f0663c5e98b1e123f6fb982b424450 (patch) | |
tree | 55e27578f7ead2594fe17dec641999984b711333 /include/configs/socfpga_common.h | |
parent | 4ac19bae2d1914b1612c720c71442f77aff331de (diff) | |
download | u-boot-f417d40fe2f0663c5e98b1e123f6fb982b424450.tar.gz |
Convert CONFIG_SPL_RAM_DEVICE to defconfig
This converts the following to Kconfig:
CONFIG_SPL_RAM_DEVICE
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'include/configs/socfpga_common.h')
-rw-r--r-- | include/configs/socfpga_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 7de9d861f0..6285266a1b 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -306,7 +306,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void); * 0xFFFF_FF00 ...... End of SRAM */ #define CONFIG_SPL_FRAMEWORK -#define CONFIG_SPL_RAM_DEVICE #define CONFIG_SPL_TEXT_BASE CONFIG_SYS_INIT_RAM_ADDR #define CONFIG_SPL_MAX_SIZE (64 * 1024) |