Commit ea975fe16b3e8d1f7236b2593ac05010201c282f

Authored by Adam Ford
Committed by Tom Rini
1 parent ab5814f992

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/omap3_logic_defconfig
... ... @@ -3,6 +3,7 @@
3 3 CONFIG_TI_COMMON_CMD_OPTIONS=y
4 4 CONFIG_SYS_MALLOC_F_LEN=0x2000
5 5 CONFIG_TARGET_OMAP3_LOGIC=y
  6 +# CONFIG_SPL_OMAP3_ID_NAND is not set
6 7 CONFIG_SPL=y
7 8 CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-37xx-devkit"
8 9 CONFIG_DISTRO_DEFAULTS=y