configs/raspberrypi3: use correct CPU
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 1 May 2017 09:11:04 +0000 (11:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 2 May 2017 20:40:03 +0000 (22:40 +0200)
commita13a388dd444ee047f0e7b8c10f5e6c235ec5004
treeb030fd4ca8b59469771a73df8ab18059ae923516
parentcf9a5c729f40762ae8126143ddfd8604d438e658
configs/raspberrypi3: use correct CPU

We so far were using a Cortex-A7 as the CPU for the rpi3, as this was
the closest we had available, in 32-bit mode, to the real CPU used in
the rpi3.

But now we can also use the Cortex-A53 in 32-bit mode, so we use that,
which makes for an optimised build (A53 has an improved instruction set,
as compared to the A7).

Also drop the DTB overlay option, it defaults to 'y'.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Martin Bark <martin@barkynet.com>
Cc: Peter Seiderer <ps.report@gmx.net>
Tested-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
configs/raspberrypi3_defconfig