tqm834x: Expand CONFIG_SYS_OR_TIMING_FLASH macro
authorMario Six <mario.six@gdsys.cc>
Mon, 21 Jan 2019 08:18:00 +0000 (09:18 +0100)
committerMario Six <mario.six@gdsys.cc>
Tue, 21 May 2019 05:52:33 +0000 (07:52 +0200)
commit87ee51048eae94eb5c075b6c900d4da5e9531cf4
treeed237764fa49cd1ec75442514cadf5854145616b
parent5d2f4c9641bae821d421a3d362596f84905daca2
tqm834x: Expand CONFIG_SYS_OR_TIMING_FLASH macro

We want to normalize all BR/OR config lines as much as possible.

The TQM834x board uses CONFIG_SYS_OR_TIMING_FLASH in a OR definition,
which we want to remove. But CONFIG_SYS_OR_TIMING_FLASH is also used
outside of the config file.

Replace these usages with the definition of the variable, so we can
remove the variable in the next patch.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
board/tqc/tqm834x/tqm834x.c