diff options
author | Adam Ford <aford173@gmail.com> | 2018-07-29 20:16:49 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-10 13:45:33 -0400 |
commit | ea975fe16b3e8d1f7236b2593ac05010201c282f (patch) | |
tree | 4c09dca3841ddc52445f69ab77b458643991ce82 /configs | |
parent | ab5814f9926d8085d69df033d5db13bf0078c1f1 (diff) | |
download | u-boot-ea975fe16b3e8d1f7236b2593ac05010201c282f.tar.gz |
configs: omap3_logic: Disable NAND ID during SPL
For these boards, the GPMC timings are more determined by
processor speed/type than the NAND/PoP memory. This code
is never invoked, so disable the config option, so it doesn't
take the time to compile it in.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/omap3_logic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index a9cf746dcc..964e9b9a1d 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_OMAP2PLUS=y CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_OMAP3_LOGIC=y +# CONFIG_SPL_OMAP3_ID_NAND is not set CONFIG_SPL=y CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-37xx-devkit" CONFIG_DISTRO_DEFAULTS=y |