commit | 3c75700cb938ad6d04014a4336b36341ddacc9c1 | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Thu May 19 15:23:12 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 15:41:16 2016 -0400 |
tree | d9ded0ff0acde3e3a3dc469087d7590e627de4e3 | |
parent | 6b463186fc583c168c899459fbfa468c3fee08cd [diff] |
Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUP Since CONFIG_OF_BOARD_SETUP depends on CONFIG_OF_LIBFDT: config OF_BOARD_SETUP bool "Set up board-specific details in device tree before boot" depends on OF_LIBFDT ... remove superfluous tests of CONFIG_OF_LIBFDT when testing for CONFIG_OF_BOARD_SETUP. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> [trini: Typo fix: s/ifdefi/ifdef/] Signed-off-by: Tom Rini <trini@konsulko.com>