
Dear Heiko Schocher,
In message 4B717633.704@denx.de you wrote:
also enable support for CONFIG_HWCONFIG, because we use this feature for configuring, if this hardware has an fec or not. So we can adjust the DTS, if there is a fec or not.
syntax:
hwconfig=fec:on if hardware has an fec hwconfig=fec:off if hardware has no fec
Signed-off-by: Heiko Schocher hs@denx.de Signed-off-by: Wolfgang Denk wd@denx.de
include/configs/FPS850L.h | 5 +++++ include/configs/FPS860L.h | 5 +++++ include/configs/HMI10.h | 5 +++++ include/configs/NSCU.h | 5 +++++ include/configs/SM850.h | 5 +++++ include/configs/TK885D.h | 5 +++++ include/configs/TQM823L.h | 5 +++++ include/configs/TQM823M.h | 5 +++++ include/configs/TQM850L.h | 5 +++++ include/configs/TQM850M.h | 5 +++++ include/configs/TQM855L.h | 5 +++++ include/configs/TQM855M.h | 5 +++++ include/configs/TQM860L.h | 5 +++++ include/configs/TQM860M.h | 5 +++++ include/configs/TQM862L.h | 5 +++++ include/configs/TQM862M.h | 5 +++++ include/configs/TQM866M.h | 5 +++++ include/configs/TQM885D.h | 5 +++++ include/configs/virtlab2.h | 6 ++++++ 19 files changed, 96 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk