Searched hist:"3 b804d94ab8a25215e060f9fd0119146e9ead30b" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | bur_cfg_common.h | 3b804d94ab8a25215e060f9fd0119146e9ead30b Fri Feb 19 11:09:45 UTC 2016 Hannes Schmelzer <oe5hpm@oevsv.at> board/BuR: split bur_am335x_common.h into am335x-specific and BuR common parts
bur_am335x_common.h today holds all common configuration which is shared over all B&R boards.
In future we want to bring up boards which are not based on AM335x only but we still want to have common configuration over all B&R boards independent from their architecture.
To prepare this we introduce a new file "bur_cfg_common.h", where we move all common things, which are not architecture specific, from bur_am335x_common.h.
On B&R am335x boards we include from now:
#include <configs/bur_cfg_common.h> #include <configs/bur_am335x_common.h>
On other B&R boards, we include only #include <configs/bur_cfg_common.h>
Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at> Reviewed-by: Tom Rini <trini@konsulko.com>
|
| H A D | bur_am335x_common.h | 3b804d94ab8a25215e060f9fd0119146e9ead30b Fri Feb 19 11:09:45 UTC 2016 Hannes Schmelzer <oe5hpm@oevsv.at> board/BuR: split bur_am335x_common.h into am335x-specific and BuR common parts
bur_am335x_common.h today holds all common configuration which is shared over all B&R boards.
In future we want to bring up boards which are not based on AM335x only but we still want to have common configuration over all B&R boards independent from their architecture.
To prepare this we introduce a new file "bur_cfg_common.h", where we move all common things, which are not architecture specific, from bur_am335x_common.h.
On B&R am335x boards we include from now:
#include <configs/bur_cfg_common.h> #include <configs/bur_am335x_common.h>
On other B&R boards, we include only #include <configs/bur_cfg_common.h>
Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at> Reviewed-by: Tom Rini <trini@konsulko.com>
|