From eb3c965c8816519e3c07ad6f9fa6d17146b1cdab Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Wed, 19 May 2021 23:51:12 +0200 Subject: [PATCH] board/raspberrypi: add rpi3 64 bit hint Signed-off-by: Yann E. MORIN --- board/raspberrypi/readme.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt index 8b3de6d251..ac784e07fd 100644 --- a/board/raspberrypi/readme.txt +++ b/board/raspberrypi/readme.txt @@ -35,6 +35,10 @@ For model 3 B and B+: $ make raspberrypi3_defconfig +or for model 3 B and B+ (64 bit): + + $ make raspberrypi3_64_defconfig + For model 4 B: $ make raspberrypi4_defconfig -- 2.30.2