
3 Oct
2016
3 Oct
'16
11:49 p.m.
Hi Jacob,
On 28 September 2016 at 02:46, Jacob Chen jacob2.chen@rock-chips.com wrote:
Unify the partitions of each chip then it will be more easy for us to write scripts, tools or guides for rockchip chips.
Those extra partitions mostly are used to be compatible with our internal loaders (such as miniloader which was same as spl, or android loader then we can support dual boot)
Signed-off-by: Jacob Chen jacob2.chen@rock-chips.com
include/configs/rk3036_common.h | 7 ++++++- include/configs/rk3288_common.h | 7 ++++++- include/configs/rk3399_common.h | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-)
Can you put this in a rockchip_common.h and #include it from here? See the tegra include files for examples of how it is done there.
Regards, Simon