diff options
author | Simon Glass <sjg@chromium.org> | 2016-09-12 23:18:45 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-16 17:27:13 -0400 |
commit | 989e1ced53c4a8779667312220c5f4d77d7b72df (patch) | |
tree | 5f5abcd9b3ca758d100a8bef46bcd1062e3495f8 /configs/P1022DS_36BIT_NAND_defconfig | |
parent | 1fdf7c64edcc4131934013741b1902b79c8715fd (diff) | |
download | u-boot-989e1ced53c4a8779667312220c5f4d77d7b72df.tar.gz |
Convert CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/P1022DS_36BIT_NAND_defconfig')
-rw-r--r-- | configs/P1022DS_36BIT_NAND_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1022DS_36BIT_NAND_defconfig b/configs/P1022DS_36BIT_NAND_defconfig index 9758383c91..aa78623439 100644 --- a/configs/P1022DS_36BIT_NAND_defconfig +++ b/configs/P1022DS_36BIT_NAND_defconfig @@ -14,6 +14,7 @@ CONFIG_TPL_ENV_SUPPORT=y CONFIG_TPL_I2C_SUPPORT=y CONFIG_TPL_LIBCOMMON_SUPPORT=y CONFIG_TPL_LIBGENERIC_SUPPORT=y +CONFIG_TPL_MPC8XXX_INIT_DDR_SUPPORT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_MMC=y CONFIG_CMD_SF=y |