diff --git a/include/configs/FPS850L.h b/include/configs/FPS850L.h index 119065671a1f4bb661d687a7a08682aea055d1cf..addca2fe3a13e65ad48e378bf863b63d571da1ee 100644 --- a/include/configs/FPS850L.h +++ b/include/configs/FPS850L.h @@ -437,4 +437,9 @@ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/FPS860L.h b/include/configs/FPS860L.h index 73bcccc2ecbf5172776cad4a610c709cdf16d4f0..ec9000d9fc42527113a357b0b30db02ce37ac448 100644 --- a/include/configs/FPS860L.h +++ b/include/configs/FPS860L.h @@ -439,4 +439,9 @@ #define CONFIG_SCC1_ENET +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/HMI10.h b/include/configs/HMI10.h index 88e1946b786f9a630efef88e3c95e7a6df6f8105..2747d8cce825c5bb852c8a877fb6c103ed33f228 100644 --- a/include/configs/HMI10.h +++ b/include/configs/HMI10.h @@ -496,4 +496,9 @@ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/NSCU.h b/include/configs/NSCU.h index 5dd72ffaf4ce85605e51e6ca1b20ee2fcae3fbf2..5724f45a8d3c9edba53a61ba90e66ec8a53fe918 100644 --- a/include/configs/NSCU.h +++ b/include/configs/NSCU.h @@ -487,4 +487,9 @@ #define CONFIG_FEC_ENET /* #define CONFIG_ETHPRIME "FEC ETHERNET" */ +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/SM850.h b/include/configs/SM850.h index 7266f9add1db0a06472017eb8dfef341cdeffda2..56f03e2b88db50d2a4db01326c7ee7f9659d792d 100644 --- a/include/configs/SM850.h +++ b/include/configs/SM850.h @@ -372,4 +372,9 @@ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TK885D.h b/include/configs/TK885D.h index 1e6d9cebe07d801059279c42636ef40755d9d104..0df1b6e0425acf2a493717f9e645b4138e5e43e2 100644 --- a/include/configs/TK885D.h +++ b/include/configs/TK885D.h @@ -516,4 +516,9 @@ #define CONFIG_NET_RETRY_COUNT 3 #define CONFIG_ETHPRIME "FEC ETHERNET" +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM823L.h b/include/configs/TQM823L.h index 966beaea16ea88d3c66be3e7d0cb9c6eaf63d432..372c76dcc8884ecb99209f93f29d43f3f5ba13b4 100644 --- a/include/configs/TQM823L.h +++ b/include/configs/TQM823L.h @@ -490,4 +490,9 @@ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM823M.h b/include/configs/TQM823M.h index cfa693da18aecbdae21ec66858961e237fa5016a..64c97071d62cca1353de1f6a0e05aed890b22fbb 100644 --- a/include/configs/TQM823M.h +++ b/include/configs/TQM823M.h @@ -486,4 +486,9 @@ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM850L.h b/include/configs/TQM850L.h index dc0498e7d1ecac18bcaa779b74a5b2de2e95caa7..bf6ecce47015ad6dd79759ff766dd993cb70a6dd 100644 --- a/include/configs/TQM850L.h +++ b/include/configs/TQM850L.h @@ -475,4 +475,9 @@ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM850M.h b/include/configs/TQM850M.h index cdabc530852f4c49f65f9464961f6a8c0d9f7fee..74424527b857a5c7ed9b0ad307aef52cf82da03d 100644 --- a/include/configs/TQM850M.h +++ b/include/configs/TQM850M.h @@ -475,4 +475,9 @@ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM855L.h b/include/configs/TQM855L.h index 1255928fb5744063d586e2deeb1a7b8efbed3011..32a7e79a4bfa3866f06a15a615f4a99c87376acc 100644 --- a/include/configs/TQM855L.h +++ b/include/configs/TQM855L.h @@ -483,4 +483,9 @@ #define CONFIG_FEC_ENET #define CONFIG_ETHPRIME "SCC ETHERNET" +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM855M.h b/include/configs/TQM855M.h index 584d40be9380946182f72e7b5add0d493a8f11c2..4f44be31bba59f060e3ac0b2fb82ffcda9324297 100644 --- a/include/configs/TQM855M.h +++ b/include/configs/TQM855M.h @@ -518,4 +518,9 @@ #define CONFIG_FEC_ENET #define CONFIG_ETHPRIME "SCC ETHERNET" +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM860L.h b/include/configs/TQM860L.h index a772a27bec26fdb4651bf4da93475d02c48751d1..e86fe5ef9636c06d332fdcb6e3ca934404a8f591 100644 --- a/include/configs/TQM860L.h +++ b/include/configs/TQM860L.h @@ -482,4 +482,9 @@ #define CONFIG_FEC_ENET #define CONFIG_ETHPRIME "SCC ETHERNET" +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM860M.h b/include/configs/TQM860M.h index 7c347861f0cfd418ea5a393c6325ff67e4ba7790..4fd873b1bda248c1b8629a1df3ef704259fe2df6 100644 --- a/include/configs/TQM860M.h +++ b/include/configs/TQM860M.h @@ -486,4 +486,9 @@ #define CONFIG_FEC_ENET #define CONFIG_ETHPRIME "SCC ETHERNET" +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM862L.h b/include/configs/TQM862L.h index 75d2dacba61f9830a811ff3b198dfc0114b223b1..0c966c9e0c143ddaf03131cbcf43b95b4ceae083 100644 --- a/include/configs/TQM862L.h +++ b/include/configs/TQM862L.h @@ -488,4 +488,9 @@ #define CONFIG_FEC_ENET #define CONFIG_ETHPRIME "SCC ETHERNET" +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM862M.h b/include/configs/TQM862M.h index 0c7aacdce6457132d274fd26e585d90b98011396..178e6e2137900539132e47325e90f542ff2a8e3a 100644 --- a/include/configs/TQM862M.h +++ b/include/configs/TQM862M.h @@ -489,4 +489,9 @@ #define CONFIG_FEC_ENET #define CONFIG_ETHPRIME "SCC ETHERNET" +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM866M.h b/include/configs/TQM866M.h index 071afd4f3fb6f4717cf4afee9813329f323c5eb7..a65946deb2bd11141e512a6462e3e293f6674ce4 100644 --- a/include/configs/TQM866M.h +++ b/include/configs/TQM866M.h @@ -508,4 +508,9 @@ #define CONFIG_FEC_ENET #define CONFIG_ETHPRIME "SCC ETHERNET" +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/TQM885D.h b/include/configs/TQM885D.h index d435819aaaa4328d1b9d81967149cc59e7782ef6..0fc4b69acf3dc5f54c55a6f582bb9130d51db05f 100644 --- a/include/configs/TQM885D.h +++ b/include/configs/TQM885D.h @@ -508,4 +508,9 @@ #define CONFIG_ETHPRIME "SCC ETHERNET" +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */ diff --git a/include/configs/virtlab2.h b/include/configs/virtlab2.h index f7813a1ff67a9ec033531b90ba6836c66fbed4c0..7046e6739d648130f6aa20a54c5f3dd77612fc57 100644 --- a/include/configs/virtlab2.h +++ b/include/configs/virtlab2.h @@ -491,4 +491,10 @@ OR_SCY_2_CLK) #define CONFIG_SYS_BR4_PRELIM ((CONFIG_SYS_PERIPHERAL_BASE & BR_BA_MSK) | BR_PS_8 | BR_V) #define PCMCIA_CTRL (CONFIG_SYS_PERIPHERAL_BASE + 0xB00) + +/* pass open firmware flat tree */ +#define CONFIG_OF_LIBFDT 1 +#define CONFIG_OF_BOARD_SETUP 1 +#define CONFIG_HWCONFIG 1 + #endif /* __CONFIG_H */